Html Css Color HEX #E08E37 California

📋 copy color: '#E08E37'

red 224 ◦ green 142 ◦ blue 55

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

Shades of California #E08E37

Tints of California #E08E37

RGB

 RED value IS 224 (87.89% from 255) = 53.21%

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 55 (21.88% from 255) = 13.06%

R = 53.21%
G = 33.73%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E08E37 (or 0xE08E37) is known color: California. HEX triplet: E0, 8E and 37. RGB value is (224,142,55). Sum of RGB (Red+Green+Blue) = 224+142+55=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E37 is #1F71C8. Grayscale: #9D9D9D. Windows color (decimal): -2060745 or 3641056. OLE color: 3641056.

HSL color Cylindrical-coordinate representation of color #E08E37: hue angle of 30.89º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E08E37 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 142 55 -
CMYK 0 0.37 0.75 0.12
HSL 30.89º 0.73% 0.55% -
HSV(B) 30.89º 0.75% 0.88% -
XYZ 41.1 35.47 8.29 -
YUV 156.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 224 142 55 0 0.37 0.75 0.12 30.89 0.73 0.55
Hex E0 8E 37 0 25 4B C 1F 49 37
Octal 340 216 67 0 45 113 14 37 111 67
Binary 11100000 10001110 110111 0 100101 1001011 1100 11111 1001001 110111

Color Harmonies of #E08E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E37

Black with #E08E37

Text Example


Text Example

White with #E08E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E37; }

 p { color: rgb(224,142,55); }

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

background-color css

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

 a { background-color: rgb(224,142,55); }

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

border-color css

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

 span { border-color: rgb(224,142,55); }

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