Html Css Color HEX #E08F39 California

📋 copy color: '#E08F39'

red 224 ◦ green 143 ◦ blue 57

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

Shades of California #E08F39

Tints of California #E08F39

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.73%

 BLUE value IS 57 (22.66% from 255) = 13.44%

R = 52.83%
G = 33.73%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E08F39 (or 0xE08F39) is known color: California. HEX triplet: E0, 8F and 39. RGB value is (224,143,57). Sum of RGB (Red+Green+Blue) = 224+143+57=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08F39 is #1F70C6. Grayscale: #9D9D9D. Windows color (decimal): -2060487 or 3772384. OLE color: 3772384.

HSL color Cylindrical-coordinate representation of color #E08F39: hue angle of 30.9º 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 #E08F39 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 143 57 -
CMYK 0 0.36 0.75 0.12
HSL 30.9º 0.73% 0.55% -
HSV(B) 30.9º 0.75% 0.88% -
XYZ 41.3 35.79 8.6 -
YUV 157.42 71.34 175.49 -
System Red Green Blue C M Y K H S L
Decimal 224 143 57 0 0.36 0.75 0.12 30.9 0.73 0.55
Hex E0 8F 39 0 24 4B C 1F 49 37
Octal 340 217 71 0 44 113 14 37 111 67
Binary 11100000 10001111 111001 0 100100 1001011 1100 11111 1001001 110111

Color Harmonies of #E08F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F39

Black with #E08F39

Text Example


Text Example

White with #E08F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F39; }

 p { color: rgb(224,143,57); }

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

background-color css

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

 a { background-color: rgb(224,143,57); }

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

border-color css

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

 span { border-color: rgb(224,143,57); }

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