#E59141

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

Shades of California #E59141

Tints of California #E59141

Color information

#E59141 (or 0xE59141) is unknown color: approx California. HEX triplet: E5, 91 and 41. RGB value is (229,145,65). Sum of RGB (Red+Green+Blue) = 229+145+65=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E59141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59141 is #1A6EBE. Grayscale: #A1A1A1. Windows color (decimal): -1732287 or 4297189. OLE color: 4297189.

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

Color convert

RGB22914565-
CMYK00.370.720.10
HSL29.27º75.93%57.65%-
HSV(B)29.27º71.62%89.8%-
XYZ43.3937.299.91-
YUV16173.83176.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.16%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 65 (25.78% from 255) = 14.81%
R=52.16%
G=33.03%
B=14.81%

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
Decimal2291456500.370.720.1029.2775.9357.65
HexE5914102548A1d4c3a
Octal345221101045110123511472
Binary11100101100100011000001010010110010001010111011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59141; }

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

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

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

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

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

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

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

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