#e5913f

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

Shades of California #E5913F

Tints of California #E5913F

Color information

#E5913F (or 0xE5913F) is unknown color: approx California. HEX triplet: E5, 91 and 3F. RGB value is (229,145,63). Sum of RGB (Red+Green+Blue) = 229+145+63=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5913F is #1A6EC0. Grayscale: #A1A1A1. Windows color (decimal): -1732289 or 4166117. OLE color: 4166117.

HSL color Cylindrical-coordinate representation of color #E5913F: hue angle of 29.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5913F is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22914563-
CMYK00.370.720.10
HSL29.64º76.15%57.25%-
HSV(B)29.64º72.49%89.8%-
XYZ43.3437.279.61-
YUV160.7772.83176.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.40%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 63 (25% from 255) = 14.42%
R=52.40%
G=33.18%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291456300.370.720.1029.6476.1557.25
HexE5913F02548A1e4c39
Octal34522177045110123611471
Binary1110010110010001111111010010110010001010111101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5913f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5913f; }

 p { color: rgb(229,145,63); }

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

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

 a { background-color: rgb(229,145,63); }

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

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

 span { border-color: rgb(229,145,63); }

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