Html Css Color HEX #E18666 Copper

📋 copy color: '#E18666'

red 225 ◦ green 134 ◦ blue 102

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

Shades of Copper #E18666

Tints of Copper #E18666

RGB

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

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

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

R = 48.81%
G = 29.07%
B = 22.13%

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

#E18666 (or 0xE18666) is known color: Copper. HEX triplet: E1, 86 and 66. RGB value is (225,134,102). Sum of RGB (Red+Green+Blue) = 225+134+102=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E18666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18666 is #1E7999. Grayscale: #9D9D9D. Windows color (decimal): -1997210 or 6719201. OLE color: 6719201.

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

Color convert

RGB 225 134 102 -
CMYK 0 0.40 0.55 0.12
HSL 15.61º 0.67% 0.64% -
HSV(B) 15.61º 0.55% 0.88% -
XYZ 41.97 34.02 16.92 -
YUV 157.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 225 134 102 0 0.40 0.55 0.12 15.61 0.67 0.64
Hex E1 86 66 0 28 37 C 10 43 40
Octal 341 206 146 0 50 67 14 20 103 100
Binary 11100001 10000110 1100110 0 101000 110111 1100 10000 1000011 1000000

Color Harmonies of #E18666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18666

Black with #E18666

Text Example


Text Example

White with #E18666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18666; }

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

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

background-color css

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

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

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

border-color css

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

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

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