Shades of Tonys Pink #EEA58B
Tints of Tonys Pink #EEA58B
RGB
CMYK
RGB Variations
Color information
#EEA58B (or 0xEEA58B) is known color: Tonys Pink. HEX triplet: EE, A5 and 8B. RGB value is (238,165,139). Sum of RGB (Red+Green+Blue) = 238+165+139=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA58B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA58B is #115A74. Grayscale: #B8B8B8. Windows color (decimal): -1137269 or 9151982. OLE color: 9151982.
HSL color Cylindrical-coordinate representation of color #EEA58B: hue angle of 15.76º degrees, saturation: 0.74, 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 #EEA58B is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 139 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.07 |
| HSL | 15.76º | 0.74% | 0.74% | - |
| HSV(B) | 15.76º | 0.42% | 0.93% | - |
| XYZ | 53.38 | 46.95 | 30.68 | - |
| YUV | 183.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 139 | 0 | 0.31 | 0.42 | 0.07 | 15.76 | 0.74 | 0.74 |
| Hex | EE | A5 | 8B | 0 | 1F | 2A | 7 | 10 | 4A | 4A |
| Octal | 356 | 245 | 213 | 0 | 37 | 52 | 7 | 20 | 112 | 112 |
| Binary | 11101110 | 10100101 | 10001011 | 0 | 11111 | 101010 | 111 | 10000 | 1001010 | 1001010 |
Color Harmonies of #EEA58B
Complementary color
Monochromatic Colors of #EEA58B
Black with #EEA58B
Text Example
Text Example
White with #EEA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA58B; }
p { color: rgb(238,165,139); }
H1.HeaderClassName
{
color: #EEA58B;
}
.AnyTagClassName
{
color: #EEA58B;
}
</style>
background-color css
<style>
a { background-color: #EEA58B; }
a { background-color: rgb(238,165,139); }
div.DivClassName
{
background-color: #EEA58B;
}
.BgClassName
{
background-color: #EEA58B;
}
</style>
border-color css
<style>
span { border-color: #EEA58B; }
span { border-color: rgb(238,165,139); }
td.TdClassName
{
border-color: #EEA58B;
}
.TagClassName
{
border-color: #EEA58B;
}
</style>