Html Css Color HEX #E08C40 California

📋 copy color: '#E08C40'

red 224 ◦ green 140 ◦ blue 64

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

Shades of California #E08C40

Tints of California #E08C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.95%

R = 52.34%
G = 32.71%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E08C40 (or 0xE08C40) is known color: California. HEX triplet: E0, 8C and 40. RGB value is (224,140,64). Sum of RGB (Red+Green+Blue) = 224+140+64=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C40 is #1F73BF. Grayscale: #9C9C9C. Windows color (decimal): -2061248 or 4230368. OLE color: 4230368.

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

Color convert

RGB 224 140 64 -
CMYK 0 0.38 0.71 0.12
HSL 28.5º 0.72% 0.56% -
HSV(B) 28.5º 0.71% 0.88% -
XYZ 41.04 34.97 9.44 -
YUV 156.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 224 140 64 0 0.38 0.71 0.12 28.5 0.72 0.56
Hex E0 8C 40 0 26 47 C 1C 48 38
Octal 340 214 100 0 46 107 14 34 110 70
Binary 11100000 10001100 1000000 0 100110 1000111 1100 11100 1001000 111000

Color Harmonies of #E08C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C40

Black with #E08C40

Text Example


Text Example

White with #E08C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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