Html Css Color HEX #E08866 Copper

📋 copy color: '#E08866'

red 224 ◦ green 136 ◦ blue 102

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

Shades of Copper #E08866

Tints of Copper #E08866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.44%

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

R = 48.48%
G = 29.44%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E08866 (or 0xE08866) is known color: Copper. HEX triplet: E0, 88 and 66. RGB value is (224,136,102). Sum of RGB (Red+Green+Blue) = 224+136+102=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E08866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08866 is #1F7799. Grayscale: #9E9E9E. Windows color (decimal): -2062234 or 6719712. OLE color: 6719712.

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

Color convert

RGB 224 136 102 -
CMYK 0 0.39 0.54 0.12
HSL 16.72º 0.66% 0.64% -
HSV(B) 16.72º 0.54% 0.88% -
XYZ 41.94 34.41 17 -
YUV 158.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 224 136 102 0 0.39 0.54 0.12 16.72 0.66 0.64
Hex E0 88 66 0 27 36 C 11 42 40
Octal 340 210 146 0 47 66 14 21 102 100
Binary 11100000 10001000 1100110 0 100111 110110 1100 10001 1000010 1000000

Color Harmonies of #E08866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08866

Black with #E08866

Text Example


Text Example

White with #E08866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08866; }

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

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

background-color css

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

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

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

border-color css

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

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

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