Html Css Color HEX #E08E35 California

📋 copy color: '#E08E35'

red 224 ◦ green 142 ◦ blue 53

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

Shades of California #E08E35

Tints of California #E08E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.65%

R = 53.46%
G = 33.89%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E08E35 (or 0xE08E35) is known color: California. HEX triplet: E0, 8E and 35. RGB value is (224,142,53). Sum of RGB (Red+Green+Blue) = 224+142+53=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E35 is #1F71CA. Grayscale: #9C9C9C. Windows color (decimal): -2060747 or 3509984. OLE color: 3509984.

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

Color convert

RGB 224 142 53 -
CMYK 0 0.37 0.76 0.12
HSL 31.23º 0.73% 0.54% -
HSV(B) 31.23º 0.76% 0.88% -
XYZ 41.06 35.45 8.05 -
YUV 156.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 224 142 53 0 0.37 0.76 0.12 31.23 0.73 0.54
Hex E0 8E 35 0 25 4C C 1F 49 36
Octal 340 216 65 0 45 114 14 37 111 66
Binary 11100000 10001110 110101 0 100101 1001100 1100 11111 1001001 110110

Color Harmonies of #E08E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E35

Black with #E08E35

Text Example


Text Example

White with #E08E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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