#E19137

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

Shades of California #E19137

Tints of California #E19137

Color information

#E19137 (or 0xE19137) is unknown color: approx California. HEX triplet: E1, 91 and 37. RGB value is (225,145,55). Sum of RGB (Red+Green+Blue) = 225+145+55=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E19137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19137 is #1E6EC8. Grayscale: #9F9F9F. Windows color (decimal): -1994441 or 3641825. OLE color: 3641825.

HSL color Cylindrical-coordinate representation of color #E19137: hue angle of 31.76º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E19137 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB22514555-
CMYK00.360.760.12
HSL31.76º73.91%54.9%-
HSV(B)31.76º75.56%88.24%-
XYZ41.8736.538.46-
YUV158.6669.5175.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 55 (21.88% from 255) = 12.94%
R=52.94%
G=34.12%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251455500.360.760.1231.7673.9154.9
HexE191370244CC204a37
Octal34122167044114144011267
Binary11100001100100011101110100100100110011001000001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19137; }

 p { color: rgb(225,145,55); }

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

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

 a { background-color: rgb(225,145,55); }

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

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

 span { border-color: rgb(225,145,55); }

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