Shades of Copper #E98F69
Tints of Copper #E98F69
RGB
CMYK
RGB Variations
Color information
#E98F69 (or 0xE98F69) is known color: Copper. HEX triplet: E9, 8F and 69. RGB value is (233,143,105). Sum of RGB (Red+Green+Blue) = 233+143+105=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98F69 is #167096. Grayscale: #A5A5A5. Windows color (decimal): -1470615 or 6918121. OLE color: 6918121.
HSL color Cylindrical-coordinate representation of color #E98F69: hue angle of 17.81º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E98F69 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 105 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.09 |
| HSL | 17.81º | 0.74% | 0.66% | - |
| HSV(B) | 17.81º | 0.55% | 0.91% | - |
| XYZ | 45.98 | 37.99 | 18.27 | - |
| YUV | 165.58 | 93.82 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 105 | 0 | 0.39 | 0.55 | 0.09 | 17.81 | 0.74 | 0.66 |
| Hex | E9 | 8F | 69 | 0 | 27 | 37 | 9 | 12 | 4A | 42 |
| Octal | 351 | 217 | 151 | 0 | 47 | 67 | 11 | 22 | 112 | 102 |
| Binary | 11101001 | 10001111 | 1101001 | 0 | 100111 | 110111 | 1001 | 10010 | 1001010 | 1000010 |
Color Harmonies of #E98F69
Complementary color
Monochromatic Colors of #E98F69
Black with #E98F69
Text Example
Text Example
White with #E98F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98F69; }
p { color: rgb(233,143,105); }
H1.HeaderClassName
{
color: #E98F69;
}
.AnyTagClassName
{
color: #E98F69;
}
</style>
background-color css
<style>
a { background-color: #E98F69; }
a { background-color: rgb(233,143,105); }
div.DivClassName
{
background-color: #E98F69;
}
.BgClassName
{
background-color: #E98F69;
}
</style>
border-color css
<style>
span { border-color: #E98F69; }
span { border-color: rgb(233,143,105); }
td.TdClassName
{
border-color: #E98F69;
}
.TagClassName
{
border-color: #E98F69;
}
</style>