#E5913E

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

Shades of California #E5913E

Tints of California #E5913E

Color information

#E5913E (or 0xE5913E) is unknown color: approx California. HEX triplet: E5, 91 and 3E. RGB value is (229,145,62). Sum of RGB (Red+Green+Blue) = 229+145+62=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5913E is #1A6EC1. Grayscale: #A1A1A1. Windows color (decimal): -1732290 or 4100581. OLE color: 4100581.

HSL color Cylindrical-coordinate representation of color #E5913E: hue angle of 29.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5913E is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB22914562-
CMYK00.370.730.10
HSL29.82º76.26%57.06%-
HSV(B)29.82º72.93%89.8%-
XYZ43.3137.269.47-
YUV160.6572.33176.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.52%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 62 (24.61% from 255) = 14.22%
R=52.52%
G=33.26%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291456200.370.730.1029.8276.2657.06
HexE5913E02549A1e4c39
Octal34522176045111123611471
Binary1110010110010001111110010010110010011010111101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5913E; }

 p { color: rgb(229,145,62); }

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

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

 a { background-color: rgb(229,145,62); }

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

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

 span { border-color: rgb(229,145,62); }

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