Shades of Buff #ECD388
Tints of Buff #ECD388
RGB
CMYK
RGB Variations
Color information
#ECD388 (or 0xECD388) is known color: Buff. HEX triplet: EC, D3 and 88. RGB value is (236,211,136). Sum of RGB (Red+Green+Blue) = 236+211+136=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD388 is #132C77. Grayscale: #D2D2D2. Windows color (decimal): -1256568 or 8967148. OLE color: 8967148.
HSL color Cylindrical-coordinate representation of color #ECD388: hue angle of 45º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECD388 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 136 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.07 |
| HSL | 45º | 0.72% | 0.73% | - |
| HSV(B) | 45º | 0.42% | 0.93% | - |
| XYZ | 62.33 | 66.2 | 32.79 | - |
| YUV | 209.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 136 | 0 | 0.11 | 0.42 | 0.07 | 45 | 0.72 | 0.73 |
| Hex | EC | D3 | 88 | 0 | B | 2A | 7 | 2D | 48 | 49 |
| Octal | 354 | 323 | 210 | 0 | 13 | 52 | 7 | 55 | 110 | 111 |
| Binary | 11101100 | 11010011 | 10001000 | 0 | 1011 | 101010 | 111 | 101101 | 1001000 | 1001001 |
Color Harmonies of #ECD388
Complementary color
Monochromatic Colors of #ECD388
Black with #ECD388
Text Example
Text Example
White with #ECD388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD388; }
p { color: rgb(236,211,136); }
H1.HeaderClassName
{
color: #ECD388;
}
.AnyTagClassName
{
color: #ECD388;
}
</style>
background-color css
<style>
a { background-color: #ECD388; }
a { background-color: rgb(236,211,136); }
div.DivClassName
{
background-color: #ECD388;
}
.BgClassName
{
background-color: #ECD388;
}
</style>
border-color css
<style>
span { border-color: #ECD388; }
span { border-color: rgb(236,211,136); }
td.TdClassName
{
border-color: #ECD388;
}
.TagClassName
{
border-color: #ECD388;
}
</style>