Html Css Color HEX #E08C32 California

📋 copy color: '#E08C32'

red 224 ◦ green 140 ◦ blue 50

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

Shades of California #E08C32

Tints of California #E08C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.08%

R = 54.11%
G = 33.82%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E08C32 (or 0xE08C32) is known color: California. HEX triplet: E0, 8C and 32. RGB value is (224,140,50). Sum of RGB (Red+Green+Blue) = 224+140+50=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C32 is #1F73CD. Grayscale: #9B9B9B. Windows color (decimal): -2061262 or 3312864. OLE color: 3312864.

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

Color convert

RGB 224 140 50 -
CMYK 0 0.38 0.78 0.12
HSL 31.03º 0.74% 0.54% -
HSV(B) 31.03º 0.78% 0.88% -
XYZ 40.69 34.83 7.6 -
YUV 154.86 68.83 177.32 -
System Red Green Blue C M Y K H S L
Decimal 224 140 50 0 0.38 0.78 0.12 31.03 0.74 0.54
Hex E0 8C 32 0 26 4E C 1F 4A 36
Octal 340 214 62 0 46 116 14 37 112 66
Binary 11100000 10001100 110010 0 100110 1001110 1100 11111 1001010 110110

Color Harmonies of #E08C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C32

Black with #E08C32

Text Example


Text Example

White with #E08C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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