#E18B3C

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

Shades of California #E18B3C

Tints of California #E18B3C

Color information

#E18B3C (or 0xE18B3C) is unknown color: approx California. HEX triplet: E1, 8B and 3C. RGB value is (225,139,60). Sum of RGB (Red+Green+Blue) = 225+139+60=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B3C is #1E74C3. Grayscale: #9C9C9C. Windows color (decimal): -1995972 or 3967969. OLE color: 3967969.

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

Color convert

RGB22513960-
CMYK00.380.730.12
HSL28.73º73.33%55.88%-
HSV(B)28.73º73.33%88.24%-
XYZ41.134.88.83-
YUV155.7173.99177.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 60 (23.83% from 255) = 14.15%
R=53.07%
G=32.78%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251396000.380.730.1228.7373.3355.88
HexE18B3C02649C1d4938
Octal34121374046111143511170
Binary1110000110001011111100010011010010011100111011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18B3C; }

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

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

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

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

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

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

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

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