Shades of Buff #EED58D
Tints of Buff #EED58D
RGB
CMYK
RGB Variations
Color information
#EED58D (or 0xEED58D) is known color: Buff. HEX triplet: EE, D5 and 8D. RGB value is (238,213,141). Sum of RGB (Red+Green+Blue) = 238+213+141=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EED58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED58D is #112A72. Grayscale: #D4D4D4. Windows color (decimal): -1124979 or 9295342. OLE color: 9295342.
HSL color Cylindrical-coordinate representation of color #EED58D: hue angle of 44.54º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EED58D is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 141 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.07 |
| HSL | 44.54º | 0.74% | 0.74% | - |
| HSV(B) | 44.54º | 0.41% | 0.93% | - |
| XYZ | 63.86 | 67.69 | 34.9 | - |
| YUV | 212.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 141 | 0 | 0.11 | 0.41 | 0.07 | 44.54 | 0.74 | 0.74 |
| Hex | EE | D5 | 8D | 0 | B | 29 | 7 | 2D | 4A | 4A |
| Octal | 356 | 325 | 215 | 0 | 13 | 51 | 7 | 55 | 112 | 112 |
| Binary | 11101110 | 11010101 | 10001101 | 0 | 1011 | 101001 | 111 | 101101 | 1001010 | 1001010 |
Color Harmonies of #EED58D
Complementary color
Monochromatic Colors of #EED58D
Black with #EED58D
Text Example
Text Example
White with #EED58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED58D; }
p { color: rgb(238,213,141); }
H1.HeaderClassName
{
color: #EED58D;
}
.AnyTagClassName
{
color: #EED58D;
}
</style>
background-color css
<style>
a { background-color: #EED58D; }
a { background-color: rgb(238,213,141); }
div.DivClassName
{
background-color: #EED58D;
}
.BgClassName
{
background-color: #EED58D;
}
</style>
border-color css
<style>
span { border-color: #EED58D; }
span { border-color: rgb(238,213,141); }
td.TdClassName
{
border-color: #EED58D;
}
.TagClassName
{
border-color: #EED58D;
}
</style>