Shades of Copper #EA8F69
Tints of Copper #EA8F69
RGB
CMYK
RGB Variations
Color information
#EA8F69 (or 0xEA8F69) is known color: Copper. HEX triplet: EA, 8F and 69. RGB value is (234,143,105). Sum of RGB (Red+Green+Blue) = 234+143+105=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F69 is #157096. Grayscale: #A6A6A6. Windows color (decimal): -1405079 or 6918122. OLE color: 6918122.
HSL color Cylindrical-coordinate representation of color #EA8F69: hue angle of 17.67º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA8F69 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 105 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.08 |
| HSL | 17.67º | 0.75% | 0.66% | - |
| HSV(B) | 17.67º | 0.55% | 0.92% | - |
| XYZ | 46.3 | 38.16 | 18.29 | - |
| YUV | 165.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 105 | 0 | 0.39 | 0.55 | 0.08 | 17.67 | 0.75 | 0.66 |
| Hex | EA | 8F | 69 | 0 | 27 | 37 | 8 | 12 | 4B | 42 |
| Octal | 352 | 217 | 151 | 0 | 47 | 67 | 10 | 22 | 113 | 102 |
| Binary | 11101010 | 10001111 | 1101001 | 0 | 100111 | 110111 | 1000 | 10010 | 1001011 | 1000010 |
Color Harmonies of #EA8F69
Complementary color
Monochromatic Colors of #EA8F69
Black with #EA8F69
Text Example
Text Example
White with #EA8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F69; }
p { color: rgb(234,143,105); }
H1.HeaderClassName
{
color: #EA8F69;
}
.AnyTagClassName
{
color: #EA8F69;
}
</style>
background-color css
<style>
a { background-color: #EA8F69; }
a { background-color: rgb(234,143,105); }
div.DivClassName
{
background-color: #EA8F69;
}
.BgClassName
{
background-color: #EA8F69;
}
</style>
border-color css
<style>
span { border-color: #EA8F69; }
span { border-color: rgb(234,143,105); }
td.TdClassName
{
border-color: #EA8F69;
}
.TagClassName
{
border-color: #EA8F69;
}
</style>