Html Css Color HEX #E08C43 California

📋 copy color: '#E08C43'

red 224 ◦ green 140 ◦ blue 67

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

Shades of California #E08C43

Tints of California #E08C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.55%

R = 51.97%
G = 32.48%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E08C43 (or 0xE08C43) is known color: California. HEX triplet: E0, 8C and 43. RGB value is (224,140,67). Sum of RGB (Red+Green+Blue) = 224+140+67=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C43 is #1F73BC. Grayscale: #9D9D9D. Windows color (decimal): -2061245 or 4426976. OLE color: 4426976.

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

Color convert

RGB 224 140 67 -
CMYK 0 0.38 0.70 0.12
HSL 27.9º 0.72% 0.57% -
HSV(B) 27.9º 0.7% 0.88% -
XYZ 41.13 35.01 9.9 -
YUV 156.79 77.33 175.94 -
System Red Green Blue C M Y K H S L
Decimal 224 140 67 0 0.38 0.70 0.12 27.9 0.72 0.57
Hex E0 8C 43 0 26 46 C 1C 48 39
Octal 340 214 103 0 46 106 14 34 110 71
Binary 11100000 10001100 1000011 0 100110 1000110 1100 11100 1001000 111001

Color Harmonies of #E08C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C43

Black with #E08C43

Text Example


Text Example

White with #E08C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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