#E18A36

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

Shades of California #E18A36

Tints of California #E18A36

Color information

#E18A36 (or 0xE18A36) is unknown color: approx California. HEX triplet: E1, 8A and 36. RGB value is (225,138,54). Sum of RGB (Red+Green+Blue) = 225+138+54=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A36 is #1E75C9. Grayscale: #9A9A9A. Windows color (decimal): -1996234 or 3574497. OLE color: 3574497.

HSL color Cylindrical-coordinate representation of color #E18A36: hue angle of 29.47º 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 #E18A36 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB22513854-
CMYK00.390.760.12
HSL29.47º74.03%54.71%-
HSV(B)29.47º76%88.24%-
XYZ40.8134.457.99-
YUV154.4471.32178.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.96%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 54 (21.48% from 255) = 12.95%
R=53.96%
G=33.09%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251385400.390.760.1229.4774.0354.71
HexE18A360274CC1d4a37
Octal34121266047114143511267
Binary1110000110001010110110010011110011001100111011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A36; }

 p { color: rgb(225,138,54); }

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

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

 a { background-color: rgb(225,138,54); }

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

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

 span { border-color: rgb(225,138,54); }

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