#EE8A67

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

Shades of Copper #EE8A67

Tints of Copper #EE8A67

Color information

#EE8A67 (or 0xEE8A67) is unknown color: approx Copper. HEX triplet: EE, 8A and 67. RGB value is (238,138,103). Sum of RGB (Red+Green+Blue) = 238+138+103=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8A67 is #117598. Grayscale: #A4A4A4. Windows color (decimal): -1144217 or 6785774. OLE color: 6785774.

HSL color Cylindrical-coordinate representation of color #EE8A67: hue angle of 15.56º 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 #EE8A67 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB238138103-
CMYK00.420.570.07
HSL15.56º79.88%66.86%-
HSV(B)15.56º56.72%93.33%-
XYZ46.837.3317.57-
YUV163.9193.63180.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.69%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 103 (40.62% from 255) = 21.50%
R=49.69%
G=28.81%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813810300.420.570.0715.5679.8866.86
HexEE8A6702A397105043
Octal35621214705271720120103
Binary1110111010001010110011101010101110011111000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8A67; }

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

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

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

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

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

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

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

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