Shades of Buff #EED57D
Tints of Buff #EED57D
RGB
CMYK
RGB Variations
Color information
#EED57D (or 0xEED57D) is known color: Buff. HEX triplet: EE, D5 and 7D. RGB value is (238,213,125). Sum of RGB (Red+Green+Blue) = 238+213+125=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EED57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED57D is #112A82. Grayscale: #D2D2D2. Windows color (decimal): -1124995 or 8246766. OLE color: 8246766.
HSL color Cylindrical-coordinate representation of color #EED57D: hue angle of 46.73º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EED57D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 125 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.07 |
| HSL | 46.73º | 0.77% | 0.71% | - |
| HSV(B) | 46.73º | 0.47% | 0.93% | - |
| XYZ | 62.76 | 67.25 | 29.07 | - |
| YUV | 210.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 125 | 0 | 0.11 | 0.47 | 0.07 | 46.73 | 0.77 | 0.71 |
| Hex | EE | D5 | 7D | 0 | B | 2F | 7 | 2F | 4D | 47 |
| Octal | 356 | 325 | 175 | 0 | 13 | 57 | 7 | 57 | 115 | 107 |
| Binary | 11101110 | 11010101 | 1111101 | 0 | 1011 | 101111 | 111 | 101111 | 1001101 | 1000111 |
Color Harmonies of #EED57D
Complementary color
Monochromatic Colors of #EED57D
Black with #EED57D
Text Example
Text Example
White with #EED57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED57D; }
p { color: rgb(238,213,125); }
H1.HeaderClassName
{
color: #EED57D;
}
.AnyTagClassName
{
color: #EED57D;
}
</style>
background-color css
<style>
a { background-color: #EED57D; }
a { background-color: rgb(238,213,125); }
div.DivClassName
{
background-color: #EED57D;
}
.BgClassName
{
background-color: #EED57D;
}
</style>
border-color css
<style>
span { border-color: #EED57D; }
span { border-color: rgb(238,213,125); }
td.TdClassName
{
border-color: #EED57D;
}
.TagClassName
{
border-color: #EED57D;
}
</style>