#E18936

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

Shades of California #E18936

Tints of California #E18936

Color information

#E18936 (or 0xE18936) is unknown color: approx California. HEX triplet: E1, 89 and 36. RGB value is (225,137,54). Sum of RGB (Red+Green+Blue) = 225+137+54=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E18936 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18936 is #1E76C9. Grayscale: #9A9A9A. Windows color (decimal): -1996490 or 3574241. OLE color: 3574241.

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

Color convert

RGB22513754-
CMYK00.390.760.12
HSL29.12º74.03%54.71%-
HSV(B)29.12º76%88.24%-
XYZ40.6634.177.94-
YUV153.8571.65178.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.09%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 54 (21.48% from 255) = 12.98%
R=54.09%
G=32.93%
B=12.98%

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
Decimal2251375400.390.760.1229.1274.0354.71
HexE189360274CC1d4a37
Octal34121166047114143511267
Binary1110000110001001110110010011110011001100111011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18936; }

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

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

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

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

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

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

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

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