Html Css Color HEX #E08D3C California

📋 copy color: '#E08D3C'

red 224 ◦ green 141 ◦ blue 60

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

Shades of California #E08D3C

Tints of California #E08D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.12%

R = 52.71%
G = 33.18%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E08D3C (or 0xE08D3C) is known color: California. HEX triplet: E0, 8D and 3C. RGB value is (224,141,60). Sum of RGB (Red+Green+Blue) = 224+141+60=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D3C is #1F72C3. Grayscale: #9C9C9C. Windows color (decimal): -2060996 or 3968480. OLE color: 3968480.

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

Color convert

RGB 224 141 60 -
CMYK 0 0.37 0.73 0.12
HSL 29.63º 0.73% 0.56% -
HSV(B) 29.63º 0.73% 0.88% -
XYZ 41.08 35.22 8.91 -
YUV 156.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 224 141 60 0 0.37 0.73 0.12 29.63 0.73 0.56
Hex E0 8D 3C 0 25 49 C 1E 49 38
Octal 340 215 74 0 45 111 14 36 111 70
Binary 11100000 10001101 111100 0 100101 1001001 1100 11110 1001001 111000

Color Harmonies of #E08D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08D3C

Black with #E08D3C

Text Example


Text Example

White with #E08D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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