#E8913A

Color #E8913A California (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of California #E8913A

Tints of California #E8913A

Color information

#E8913A (or 0xE8913A) is unknown color: approx California. HEX triplet: E8, 91 and 3A. RGB value is (232,145,58). Sum of RGB (Red+Green+Blue) = 232+145+58=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8913A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8913A is #176EC5. Grayscale: #A1A1A1. Windows color (decimal): -1535686 or 3838440. OLE color: 3838440.

HSL color Cylindrical-coordinate representation of color #E8913A: hue angle of 30º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8913A is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB23214558-
CMYK00.380.750.09
HSL30º79.09%56.86%-
HSV(B)30º75%90.98%-
XYZ44.1737.718.95-
YUV161.169.82178.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 53.33%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 13.33%
R=53.33%
G=33.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321455800.380.750.093079.0956.86
HexE8913A0264B91e4f39
Octal35022172046113113611771
Binary1110100010010001111010010011010010111001111101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8913A; }

 p { color: rgb(232,145,58); }

 H1.HeaderClassName
 {
   color: #E8913A;
 }
 .AnyTagClassName
 {
   color: #E8913A;
 }
</style>
background-color css

<style>
 a { background-color: #E8913A; }

 a { background-color: rgb(232,145,58); }

 div.DivClassName
 {
   background-color: #E8913A;
 }
 .BgClassName
 {
   background-color: #E8913A;
 }
</style>
border-color css

<style>
 span { border-color: #E8913A; }

 span { border-color: rgb(232,145,58); }

 td.TdClassName
 {
   border-color: #E8913A;
 }
 .TagClassName
 {
   border-color: #E8913A;
 }
</style>