Html Css Color HEX #E08D31 California

📋 copy color: '#E08D31'

red 224 ◦ green 141 ◦ blue 49

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

Shades of California #E08D31

Tints of California #E08D31

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 49 (19.53% from 255) = 11.84%

R = 54.11%
G = 34.06%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E08D31 (or 0xE08D31) is known color: California. HEX triplet: E0, 8D and 31. RGB value is (224,141,49). Sum of RGB (Red+Green+Blue) = 224+141+49=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D31 is #1F72CE. Grayscale: #9B9B9B. Windows color (decimal): -2061007 or 3247584. OLE color: 3247584.

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

Color convert

RGB 224 141 49 -
CMYK 0 0.37 0.78 0.12
HSL 31.54º 0.74% 0.54% -
HSV(B) 31.54º 0.78% 0.88% -
XYZ 40.82 35.12 7.53 -
YUV 155.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 224 141 49 0 0.37 0.78 0.12 31.54 0.74 0.54
Hex E0 8D 31 0 25 4E C 20 4A 36
Octal 340 215 61 0 45 116 14 40 112 66
Binary 11100000 10001101 110001 0 100101 1001110 1100 100000 1001010 110110

Color Harmonies of #E08D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D31

Black with #E08D31

Text Example


Text Example

White with #E08D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D31; }

 p { color: rgb(224,141,49); }

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

background-color css

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

 a { background-color: rgb(224,141,49); }

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

border-color css

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

 span { border-color: rgb(224,141,49); }

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