Html Css Color HEX #E08D37 California

📋 copy color: '#E08D37'

red 224 ◦ green 141 ◦ blue 55

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

Shades of California #E08D37

Tints of California #E08D37

RGB

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

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

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

R = 53.33%
G = 33.57%
B = 13.1%

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

#E08D37 (or 0xE08D37) is known color: California. HEX triplet: E0, 8D and 37. RGB value is (224,141,55). Sum of RGB (Red+Green+Blue) = 224+141+55=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D37 is #1F72C8. Grayscale: #9C9C9C. Windows color (decimal): -2061001 or 3640800. OLE color: 3640800.

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

Color convert

RGB 224 141 55 -
CMYK 0 0.37 0.75 0.12
HSL 30.53º 0.73% 0.55% -
HSV(B) 30.53º 0.75% 0.88% -
XYZ 40.95 35.17 8.24 -
YUV 156.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 224 141 55 0 0.37 0.75 0.12 30.53 0.73 0.55
Hex E0 8D 37 0 25 4B C 1F 49 37
Octal 340 215 67 0 45 113 14 37 111 67
Binary 11100000 10001101 110111 0 100101 1001011 1100 11111 1001001 110111

Color Harmonies of #E08D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D37

Black with #E08D37

Text Example


Text Example

White with #E08D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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