Html Css Color HEX #E18166 Copper

📋 copy color: '#E18166'

red 225 ◦ green 129 ◦ blue 102

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

Shades of Copper #E18166

Tints of Copper #E18166

RGB

 RED value IS 225 (88.28% from 255) = 49.34%

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

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

R = 49.34%
G = 28.29%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E18166 (or 0xE18166) is known color: Copper. HEX triplet: E1, 81 and 66. RGB value is (225,129,102). Sum of RGB (Red+Green+Blue) = 225+129+102=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E18166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18166 is #1E7E99. Grayscale: #9A9A9A. Windows color (decimal): -1998490 or 6717921. OLE color: 6717921.

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

Color convert

RGB 225 129 102 -
CMYK 0 0.43 0.55 0.12
HSL 13.17º 0.67% 0.64% -
HSV(B) 13.17º 0.55% 0.88% -
XYZ 41.3 32.67 16.7 -
YUV 154.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 225 129 102 0 0.43 0.55 0.12 13.17 0.67 0.64
Hex E1 81 66 0 2B 37 C D 43 40
Octal 341 201 146 0 53 67 14 15 103 100
Binary 11100001 10000001 1100110 0 101011 110111 1100 1101 1000011 1000000

Color Harmonies of #E18166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18166

Black with #E18166

Text Example


Text Example

White with #E18166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18166; }

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

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

background-color css

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

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

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

border-color css

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

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

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