Html Css Color HEX #E08166 Copper

📋 copy color: '#E08166'

red 224 ◦ green 129 ◦ blue 102

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

Shades of Copper #E08166

Tints of Copper #E08166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.35%

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

R = 49.23%
G = 28.35%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E08166 (or 0xE08166) is known color: Copper. HEX triplet: E0, 81 and 66. RGB value is (224,129,102). Sum of RGB (Red+Green+Blue) = 224+129+102=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E08166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08166 is #1F7E99. Grayscale: #9A9A9A. Windows color (decimal): -2064026 or 6717920. OLE color: 6717920.

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

Color convert

RGB 224 129 102 -
CMYK 0 0.42 0.54 0.12
HSL 13.28º 0.66% 0.64% -
HSV(B) 13.28º 0.54% 0.88% -
XYZ 40.99 32.51 16.68 -
YUV 154.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 224 129 102 0 0.42 0.54 0.12 13.28 0.66 0.64
Hex E0 81 66 0 2A 36 C D 42 40
Octal 340 201 146 0 52 66 14 15 102 100
Binary 11100000 10000001 1100110 0 101010 110110 1100 1101 1000010 1000000

Color Harmonies of #E08166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08166

Black with #E08166

Text Example


Text Example

White with #E08166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08166; }

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

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

background-color css

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

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

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

border-color css

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

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

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