#E18B31

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

Shades of California #E18B31

Tints of California #E18B31

Color information

#E18B31 (or 0xE18B31) is unknown color: approx California. HEX triplet: E1, 8B and 31. RGB value is (225,139,49). Sum of RGB (Red+Green+Blue) = 225+139+49=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B31 is #1E74CE. Grayscale: #9A9A9A. Windows color (decimal): -1995983 or 3247073. OLE color: 3247073.

HSL color Cylindrical-coordinate representation of color #E18B31: hue angle of 30.68º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E18B31 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB22513949-
CMYK00.380.780.12
HSL30.68º74.58%53.73%-
HSV(B)30.68º78.22%88.24%-
XYZ40.8434.697.45-
YUV154.4568.49178.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.48%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 49 (19.53% from 255) = 11.86%
R=54.48%
G=33.66%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251394900.380.780.1230.6874.5853.73
HexE18B310264EC1f4b36
Octal34121361046116143711366
Binary1110000110001011110001010011010011101100111111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18B31; }

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

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

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

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

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

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

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

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