Shades of Tonys Pink #EEA58A
Tints of Tonys Pink #EEA58A
RGB
CMYK
RGB Variations
Color information
#EEA58A (or 0xEEA58A) is known color: Tonys Pink. HEX triplet: EE, A5 and 8A. RGB value is (238,165,138). Sum of RGB (Red+Green+Blue) = 238+165+138=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA58A is #115A75. Grayscale: #B7B7B7. Windows color (decimal): -1137270 or 9086446. OLE color: 9086446.
HSL color Cylindrical-coordinate representation of color #EEA58A: hue angle of 16.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEA58A is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 138 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.07 |
| HSL | 16.2º | 0.75% | 0.74% | - |
| HSV(B) | 16.2º | 0.42% | 0.93% | - |
| XYZ | 53.3 | 46.92 | 30.29 | - |
| YUV | 183.75 | 102.18 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 138 | 0 | 0.31 | 0.42 | 0.07 | 16.2 | 0.75 | 0.74 |
| Hex | EE | A5 | 8A | 0 | 1F | 2A | 7 | 10 | 4B | 4A |
| Octal | 356 | 245 | 212 | 0 | 37 | 52 | 7 | 20 | 113 | 112 |
| Binary | 11101110 | 10100101 | 10001010 | 0 | 11111 | 101010 | 111 | 10000 | 1001011 | 1001010 |
Color Harmonies of #EEA58A
Complementary color
Monochromatic Colors of #EEA58A
Black with #EEA58A
Text Example
Text Example
White with #EEA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA58A; }
p { color: rgb(238,165,138); }
H1.HeaderClassName
{
color: #EEA58A;
}
.AnyTagClassName
{
color: #EEA58A;
}
</style>
background-color css
<style>
a { background-color: #EEA58A; }
a { background-color: rgb(238,165,138); }
div.DivClassName
{
background-color: #EEA58A;
}
.BgClassName
{
background-color: #EEA58A;
}
</style>
border-color css
<style>
span { border-color: #EEA58A; }
span { border-color: rgb(238,165,138); }
td.TdClassName
{
border-color: #EEA58A;
}
.TagClassName
{
border-color: #EEA58A;
}
</style>