Html Css Color HEX #E08C3C California

📋 copy color: '#E08C3C'

red 224 ◦ green 140 ◦ blue 60

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

Shades of California #E08C3C

Tints of California #E08C3C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

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

R = 52.83%
G = 33.02%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E08C3C (or 0xE08C3C) is known color: California. HEX triplet: E0, 8C and 3C. RGB value is (224,140,60). Sum of RGB (Red+Green+Blue) = 224+140+60=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C3C is #1F73C3. Grayscale: #9C9C9C. Windows color (decimal): -2061252 or 3968224. OLE color: 3968224.

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

Color convert

RGB 224 140 60 -
CMYK 0 0.38 0.73 0.12
HSL 29.27º 0.73% 0.56% -
HSV(B) 29.27º 0.73% 0.88% -
XYZ 40.93 34.93 8.86 -
YUV 156 73.83 176.5 -
System Red Green Blue C M Y K H S L
Decimal 224 140 60 0 0.38 0.73 0.12 29.27 0.73 0.56
Hex E0 8C 3C 0 26 49 C 1D 49 38
Octal 340 214 74 0 46 111 14 35 111 70
Binary 11100000 10001100 111100 0 100110 1001001 1100 11101 1001001 111000

Color Harmonies of #E08C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C3C

Black with #E08C3C

Text Example


Text Example

White with #E08C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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