#EE8867

Color #EE8867 Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #EE8867

Tints of Copper #EE8867

Color information

#EE8867 (or 0xEE8867) is unknown color: approx Copper. HEX triplet: EE, 88 and 67. RGB value is (238,136,103). Sum of RGB (Red+Green+Blue) = 238+136+103=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8867 is #117798. Grayscale: #A2A2A2. Windows color (decimal): -1144729 or 6785262. OLE color: 6785262.

HSL color Cylindrical-coordinate representation of color #EE8867: hue angle of 14.67º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE8867 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB238136103-
CMYK00.430.570.07
HSL14.67º79.88%66.86%-
HSV(B)14.67º56.72%93.33%-
XYZ46.5136.7617.48-
YUV162.7494.29181.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.90%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 103 (40.62% from 255) = 21.59%
R=49.90%
G=28.51%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813610300.430.570.0714.6779.8866.86
HexEE886702B397f5043
Octal35621014705371717120103
Binary111011101000100011001110101011111001111111110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8867; }

 p { color: rgb(238,136,103); }

 H1.HeaderClassName
 {
   color: #EE8867;
 }
 .AnyTagClassName
 {
   color: #EE8867;
 }
</style>
background-color css

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

 a { background-color: rgb(238,136,103); }

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

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

 span { border-color: rgb(238,136,103); }

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