Shades of Buff #EED488
Tints of Buff #EED488
RGB
CMYK
RGB Variations
Color information
#EED488 (or 0xEED488) is known color: Buff. HEX triplet: EE, D4 and 88. RGB value is (238,212,136). Sum of RGB (Red+Green+Blue) = 238+212+136=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EED488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED488 is #112B77. Grayscale: #D3D3D3. Windows color (decimal): -1125240 or 8967406. OLE color: 8967406.
HSL color Cylindrical-coordinate representation of color #EED488: hue angle of 44.71º 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 #EED488 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 136 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.07 |
| HSL | 44.71º | 0.75% | 0.73% | - |
| HSV(B) | 44.71º | 0.43% | 0.93% | - |
| XYZ | 63.25 | 67.04 | 32.9 | - |
| YUV | 211.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 136 | 0 | 0.11 | 0.43 | 0.07 | 44.71 | 0.75 | 0.73 |
| Hex | EE | D4 | 88 | 0 | B | 2B | 7 | 2D | 4B | 49 |
| Octal | 356 | 324 | 210 | 0 | 13 | 53 | 7 | 55 | 113 | 111 |
| Binary | 11101110 | 11010100 | 10001000 | 0 | 1011 | 101011 | 111 | 101101 | 1001011 | 1001001 |
Color Harmonies of #EED488
Complementary color
Monochromatic Colors of #EED488
Black with #EED488
Text Example
Text Example
White with #EED488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED488; }
p { color: rgb(238,212,136); }
H1.HeaderClassName
{
color: #EED488;
}
.AnyTagClassName
{
color: #EED488;
}
</style>
background-color css
<style>
a { background-color: #EED488; }
a { background-color: rgb(238,212,136); }
div.DivClassName
{
background-color: #EED488;
}
.BgClassName
{
background-color: #EED488;
}
</style>
border-color css
<style>
span { border-color: #EED488; }
span { border-color: rgb(238,212,136); }
td.TdClassName
{
border-color: #EED488;
}
.TagClassName
{
border-color: #EED488;
}
</style>