Html Css Color HEX #E08E3D California

📋 copy color: '#E08E3D'

red 224 ◦ green 142 ◦ blue 61

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

Shades of California #E08E3D

Tints of California #E08E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.29%

R = 52.46%
G = 33.26%
B = 14.29%

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

#E08E3D (or 0xE08E3D) is known color: California. HEX triplet: E0, 8E and 3D. RGB value is (224,142,61). Sum of RGB (Red+Green+Blue) = 224+142+61=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E3D is #1F71C2. Grayscale: #9D9D9D. Windows color (decimal): -2060739 or 4034272. OLE color: 4034272.

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

Color convert

RGB 224 142 61 -
CMYK 0 0.37 0.73 0.12
HSL 29.82º 0.72% 0.56% -
HSV(B) 29.82º 0.73% 0.88% -
XYZ 41.26 35.53 9.1 -
YUV 157.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 224 142 61 0 0.37 0.73 0.12 29.82 0.72 0.56
Hex E0 8E 3D 0 25 49 C 1E 48 38
Octal 340 216 75 0 45 111 14 36 110 70
Binary 11100000 10001110 111101 0 100101 1001001 1100 11110 1001000 111000

Color Harmonies of #E08E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E3D

Black with #E08E3D

Text Example


Text Example

White with #E08E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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