#ED9067

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

Shades of Copper #ED9067

Tints of Copper #ED9067

Color information

#ED9067 (or 0xED9067) is unknown color: approx Copper. HEX triplet: ED, 90 and 67. RGB value is (237,144,103). Sum of RGB (Red+Green+Blue) = 237+144+103=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9067 is #126F98. Grayscale: #A7A7A7. Windows color (decimal): -1208217 or 6787309. OLE color: 6787309.

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

Color convert

RGB237144103-
CMYK00.390.570.07
HSL18.36º78.82%66.67%-
HSV(B)18.36º56.54%92.94%-
XYZ47.3538.9317.85-
YUV167.1391.81177.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 144 (56.64% from 255) = 29.75%
BLUE value IS 103 (40.62% from 255) = 21.28%
R=48.97%
G=29.75%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714410300.390.570.0718.3678.8266.67
HexED9067027397124f43
Octal35522014704771722117103
Binary1110110110010000110011101001111110011111001010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9067; }

 p { color: rgb(237,144,103); }

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

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

 a { background-color: rgb(237,144,103); }

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

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

 span { border-color: rgb(237,144,103); }

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