Html Css Color HEX #E59140 California

📋 copy color: '#E59140'

red 229 ◦ green 145 ◦ blue 64

#E59140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of California #E59140

Tints of California #E59140

RGB

 RED value IS 229 (89.84% from 255) = 52.28%

 GREEN value IS 145 (57.03% from 255) = 33.11%

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 52.28%
G = 33.11%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E59140 (or 0xE59140) is known color: California. HEX triplet: E5, 91 and 40. RGB value is (229,145,64). Sum of RGB (Red+Green+Blue) = 229+145+64=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E59140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59140 is #1A6EBF. Grayscale: #A1A1A1. Windows color (decimal): -1732288 or 4231653. OLE color: 4231653.

HSL color Cylindrical-coordinate representation of color #E59140: hue angle of 29.45º 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 #E59140 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 145 64 -
CMYK 0 0.37 0.72 0.10
HSL 29.45º 0.76% 0.57% -
HSV(B) 29.45º 0.72% 0.9% -
XYZ 43.36 37.28 9.76 -
YUV 160.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 229 145 64 0 0.37 0.72 0.10 29.45 0.76 0.57
Hex E5 91 40 0 25 48 A 1D 4C 39
Octal 345 221 100 0 45 110 12 35 114 71
Binary 11100101 10010001 1000000 0 100101 1001000 1010 11101 1001100 111001

Color Harmonies of #E59140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59140

Black with #E59140

Text Example


Text Example

White with #E59140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59140; }

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

 H1.HeaderClassName
 {
   color: #E59140;
 }
 .AnyTagClassName
 {
   color: #E59140;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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