#E5892F

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

Shades of California #E5892F

Tints of California #E5892F

Color information

#E5892F (or 0xE5892F) is unknown color: approx California. HEX triplet: E5, 89 and 2F. RGB value is (229,137,47). Sum of RGB (Red+Green+Blue) = 229+137+47=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5892F is #1A76D0. Grayscale: #9A9A9A. Windows color (decimal): -1734353 or 3115493. OLE color: 3115493.

HSL color Cylindrical-coordinate representation of color #E5892F: hue angle of 29.67º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5892F is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB22913747-
CMYK00.400.790.10
HSL29.67º77.78%54.12%-
HSV(B)29.67º79.48%89.8%-
XYZ41.7734.757.2-
YUV154.2567.48181.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.45%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 47 (18.75% from 255) = 11.38%
R=55.45%
G=33.17%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291374700.400.790.1029.6777.7854.12
HexE5892F0284FA1e4e36
Octal34521157050117123611666
Binary1110010110001001101111010100010011111010111101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5892F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5892F; }

 p { color: rgb(229,137,47); }

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

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

 a { background-color: rgb(229,137,47); }

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

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

 span { border-color: rgb(229,137,47); }

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