Html Css Color HEX #E08E66 Copper

📋 copy color: '#E08E66'

red 224 ◦ green 142 ◦ blue 102

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

Shades of Copper #E08E66

Tints of Copper #E08E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.79%

R = 47.86%
G = 30.34%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E08E66 (or 0xE08E66) is known color: Copper. HEX triplet: E0, 8E and 66. RGB value is (224,142,102). Sum of RGB (Red+Green+Blue) = 224+142+102=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E66 is #1F7199. Grayscale: #A2A2A2. Windows color (decimal): -2060698 or 6721248. OLE color: 6721248.

HSL color Cylindrical-coordinate representation of color #E08E66: hue angle of 19.67º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E08E66 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 142 102 -
CMYK 0 0.37 0.54 0.12
HSL 19.67º 0.66% 0.64% -
HSV(B) 19.67º 0.54% 0.88% -
XYZ 42.81 36.15 17.29 -
YUV 161.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 224 142 102 0 0.37 0.54 0.12 19.67 0.66 0.64
Hex E0 8E 66 0 25 36 C 14 42 40
Octal 340 216 146 0 45 66 14 24 102 100
Binary 11100000 10001110 1100110 0 100101 110110 1100 10100 1000010 1000000

Color Harmonies of #E08E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E66

Black with #E08E66

Text Example


Text Example

White with #E08E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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