Html Css Color HEX #E18066 Copper

📋 copy color: '#E18066'

red 225 ◦ green 128 ◦ blue 102

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

Shades of Copper #E18066

Tints of Copper #E18066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

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

R = 49.45%
G = 28.13%
B = 22.42%

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

#E18066 (or 0xE18066) is known color: Copper. HEX triplet: E1, 80 and 66. RGB value is (225,128,102). Sum of RGB (Red+Green+Blue) = 225+128+102=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E18066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18066 is #1E7F99. Grayscale: #9A9A9A. Windows color (decimal): -1998746 or 6717665. OLE color: 6717665.

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

Color convert

RGB 225 128 102 -
CMYK 0 0.43 0.55 0.12
HSL 12.68º 0.67% 0.64% -
HSV(B) 12.68º 0.55% 0.88% -
XYZ 41.17 32.41 16.66 -
YUV 154.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 225 128 102 0 0.43 0.55 0.12 12.68 0.67 0.64
Hex E1 80 66 0 2B 37 C D 43 40
Octal 341 200 146 0 53 67 14 15 103 100
Binary 11100001 10000000 1100110 0 101011 110111 1100 1101 1000011 1000000

Color Harmonies of #E18066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18066

Black with #E18066

Text Example


Text Example

White with #E18066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18066; }

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

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

background-color css

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

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

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

border-color css

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

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

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