#E1893B

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

Shades of California #E1893B

Tints of California #E1893B

Color information

#E1893B (or 0xE1893B) is unknown color: approx California. HEX triplet: E1, 89 and 3B. RGB value is (225,137,59). Sum of RGB (Red+Green+Blue) = 225+137+59=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E1893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1893B is #1E76C4. Grayscale: #9A9A9A. Windows color (decimal): -1996485 or 3901921. OLE color: 3901921.

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

Color convert

RGB22513759-
CMYK00.390.740.12
HSL28.19º73.45%55.69%-
HSV(B)28.19º73.78%88.24%-
XYZ40.7934.218.59-
YUV154.4274.15178.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.44%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 59 (23.44% from 255) = 14.01%
R=53.44%
G=32.54%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251375900.390.740.1228.1973.4555.69
HexE1893B0274AC1c4938
Octal34121173047112143411170
Binary1110000110001001111011010011110010101100111001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1893B; }

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

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

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

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

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

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

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

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