Html Css Color HEX #E18866 Copper

📋 copy color: '#E18866'

red 225 ◦ green 136 ◦ blue 102

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

Shades of Copper #E18866

Tints of Copper #E18866

RGB

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

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

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

R = 48.6%
G = 29.37%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E18866 (or 0xE18866) is known color: Copper. HEX triplet: E1, 88 and 66. RGB value is (225,136,102). Sum of RGB (Red+Green+Blue) = 225+136+102=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E18866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18866 is #1E7799. Grayscale: #9E9E9E. Windows color (decimal): -1996698 or 6719713. OLE color: 6719713.

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

Color convert

RGB 225 136 102 -
CMYK 0 0.40 0.55 0.12
HSL 16.59º 0.67% 0.64% -
HSV(B) 16.59º 0.55% 0.88% -
XYZ 42.25 34.58 17.02 -
YUV 158.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 225 136 102 0 0.40 0.55 0.12 16.59 0.67 0.64
Hex E1 88 66 0 28 37 C 11 43 40
Octal 341 210 146 0 50 67 14 21 103 100
Binary 11100001 10001000 1100110 0 101000 110111 1100 10001 1000011 1000000

Color Harmonies of #E18866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18866

Black with #E18866

Text Example


Text Example

White with #E18866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18866; }

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

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

background-color css

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

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

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

border-color css

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

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

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