Shades of Buff #EED588
Tints of Buff #EED588
RGB
CMYK
RGB Variations
Color information
#EED588 (or 0xEED588) is known color: Buff. HEX triplet: EE, D5 and 88. RGB value is (238,213,136). Sum of RGB (Red+Green+Blue) = 238+213+136=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EED588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED588 is #112A77. Grayscale: #D4D4D4. Windows color (decimal): -1124984 or 8967662. OLE color: 8967662.
HSL color Cylindrical-coordinate representation of color #EED588: hue angle of 45.29º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EED588 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 136 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.07 |
| HSL | 45.29º | 0.75% | 0.73% | - |
| HSV(B) | 45.29º | 0.43% | 0.93% | - |
| XYZ | 63.5 | 67.54 | 32.98 | - |
| YUV | 211.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 136 | 0 | 0.11 | 0.43 | 0.07 | 45.29 | 0.75 | 0.73 |
| Hex | EE | D5 | 88 | 0 | B | 2B | 7 | 2D | 4B | 49 |
| Octal | 356 | 325 | 210 | 0 | 13 | 53 | 7 | 55 | 113 | 111 |
| Binary | 11101110 | 11010101 | 10001000 | 0 | 1011 | 101011 | 111 | 101101 | 1001011 | 1001001 |
Color Harmonies of #EED588
Complementary color
Monochromatic Colors of #EED588
Black with #EED588
Text Example
Text Example
White with #EED588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED588; }
p { color: rgb(238,213,136); }
H1.HeaderClassName
{
color: #EED588;
}
.AnyTagClassName
{
color: #EED588;
}
</style>
background-color css
<style>
a { background-color: #EED588; }
a { background-color: rgb(238,213,136); }
div.DivClassName
{
background-color: #EED588;
}
.BgClassName
{
background-color: #EED588;
}
</style>
border-color css
<style>
span { border-color: #EED588; }
span { border-color: rgb(238,213,136); }
td.TdClassName
{
border-color: #EED588;
}
.TagClassName
{
border-color: #EED588;
}
</style>