Html Css Color HEX #E08666 Copper

📋 copy color: '#E08666'

red 224 ◦ green 134 ◦ blue 102

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

Shades of Copper #E08666

Tints of Copper #E08666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.13%

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

R = 48.7%
G = 29.13%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E08666 (or 0xE08666) is known color: Copper. HEX triplet: E0, 86 and 66. RGB value is (224,134,102). Sum of RGB (Red+Green+Blue) = 224+134+102=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E08666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08666 is #1F7999. Grayscale: #9D9D9D. Windows color (decimal): -2062746 or 6719200. OLE color: 6719200.

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

Color convert

RGB 224 134 102 -
CMYK 0 0.40 0.54 0.12
HSL 15.74º 0.66% 0.64% -
HSV(B) 15.74º 0.54% 0.88% -
XYZ 41.66 33.86 16.91 -
YUV 157.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 224 134 102 0 0.40 0.54 0.12 15.74 0.66 0.64
Hex E0 86 66 0 28 36 C 10 42 40
Octal 340 206 146 0 50 66 14 20 102 100
Binary 11100000 10000110 1100110 0 101000 110110 1100 10000 1000010 1000000

Color Harmonies of #E08666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08666

Black with #E08666

Text Example


Text Example

White with #E08666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08666; }

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

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

background-color css

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

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

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

border-color css

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

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

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