#E18A3C

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

Shades of California #E18A3C

Tints of California #E18A3C

Color information

#E18A3C (or 0xE18A3C) is unknown color: approx California. HEX triplet: E1, 8A and 3C. RGB value is (225,138,60). Sum of RGB (Red+Green+Blue) = 225+138+60=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A3C is #1E75C3. Grayscale: #9B9B9B. Windows color (decimal): -1996228 or 3967713. OLE color: 3967713.

HSL color Cylindrical-coordinate representation of color #E18A3C: hue angle of 28.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E18A3C is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB22513860-
CMYK00.390.730.12
HSL28.36º73.33%55.88%-
HSV(B)28.36º73.33%88.24%-
XYZ40.9634.518.78-
YUV155.1274.32177.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 60 (23.83% from 255) = 14.18%
R=53.19%
G=32.62%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251386000.390.730.1228.3673.3355.88
HexE18A3C02749C1c4938
Octal34121274047111143411170
Binary1110000110001010111100010011110010011100111001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A3C; }

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

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

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

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

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

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

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

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