Shades of Buff #EDD27B
Tints of Buff #EDD27B
RGB
CMYK
RGB Variations
Color information
#EDD27B (or 0xEDD27B) is known color: Buff. HEX triplet: ED, D2 and 7B. RGB value is (237,210,123). Sum of RGB (Red+Green+Blue) = 237+210+123=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD27B is #122D84. Grayscale: #D0D0D0. Windows color (decimal): -1191301 or 8114925. OLE color: 8114925.
HSL color Cylindrical-coordinate representation of color #EDD27B: hue angle of 45.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDD27B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 123 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.07 |
| HSL | 45.79º | 0.76% | 0.71% | - |
| HSV(B) | 45.79º | 0.48% | 0.93% | - |
| XYZ | 61.55 | 65.53 | 28.14 | - |
| YUV | 208.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 123 | 0 | 0.11 | 0.48 | 0.07 | 45.79 | 0.76 | 0.71 |
| Hex | ED | D2 | 7B | 0 | B | 30 | 7 | 2E | 4C | 47 |
| Octal | 355 | 322 | 173 | 0 | 13 | 60 | 7 | 56 | 114 | 107 |
| Binary | 11101101 | 11010010 | 1111011 | 0 | 1011 | 110000 | 111 | 101110 | 1001100 | 1000111 |
Color Harmonies of #EDD27B
Complementary color
Monochromatic Colors of #EDD27B
Black with #EDD27B
Text Example
Text Example
White with #EDD27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD27B; }
p { color: rgb(237,210,123); }
H1.HeaderClassName
{
color: #EDD27B;
}
.AnyTagClassName
{
color: #EDD27B;
}
</style>
background-color css
<style>
a { background-color: #EDD27B; }
a { background-color: rgb(237,210,123); }
div.DivClassName
{
background-color: #EDD27B;
}
.BgClassName
{
background-color: #EDD27B;
}
</style>
border-color css
<style>
span { border-color: #EDD27B; }
span { border-color: rgb(237,210,123); }
td.TdClassName
{
border-color: #EDD27B;
}
.TagClassName
{
border-color: #EDD27B;
}
</style>