Html Css Color HEX #E59042 California

📋 copy color: '#E59042'

red 229 ◦ green 144 ◦ blue 66

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

Shades of California #E59042

Tints of California #E59042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.8%

 BLUE value IS 66 (26.17% from 255) = 15.03%

R = 52.16%
G = 32.8%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E59042 (or 0xE59042) is known color: California. HEX triplet: E5, 90 and 42. RGB value is (229,144,66). Sum of RGB (Red+Green+Blue) = 229+144+66=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E59042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59042 is #1A6FBD. Grayscale: #A0A0A0. Windows color (decimal): -1732542 or 4362469. OLE color: 4362469.

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

Color convert

RGB 229 144 66 -
CMYK 0 0.37 0.71 0.10
HSL 28.71º 0.76% 0.58% -
HSV(B) 28.71º 0.71% 0.9% -
XYZ 43.27 37 10.02 -
YUV 160.52 74.66 176.84 -
System Red Green Blue C M Y K H S L
Decimal 229 144 66 0 0.37 0.71 0.10 28.71 0.76 0.58
Hex E5 90 42 0 25 47 A 1D 4C 3A
Octal 345 220 102 0 45 107 12 35 114 72
Binary 11100101 10010000 1000010 0 100101 1000111 1010 11101 1001100 111010

Color Harmonies of #E59042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59042

Black with #E59042

Text Example


Text Example

White with #E59042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59042; }

 p { color: rgb(229,144,66); }

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

background-color css

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

 a { background-color: rgb(229,144,66); }

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

border-color css

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

 span { border-color: rgb(229,144,66); }

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