Shades of Buff #ECD48C
Tints of Buff #ECD48C
RGB
CMYK
RGB Variations
Color information
#ECD48C (or 0xECD48C) is known color: Buff. HEX triplet: EC, D4 and 8C. RGB value is (236,212,140). Sum of RGB (Red+Green+Blue) = 236+212+140=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD48C is #132B73. Grayscale: #D3D3D3. Windows color (decimal): -1256308 or 9229548. OLE color: 9229548.
HSL color Cylindrical-coordinate representation of color #ECD48C: hue angle of 45º degrees, saturation: 0.72, 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 #ECD48C is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 140 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.07 |
| HSL | 45º | 0.72% | 0.74% | - |
| HSV(B) | 45º | 0.41% | 0.93% | - |
| XYZ | 62.87 | 66.81 | 34.39 | - |
| YUV | 210.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 140 | 0 | 0.10 | 0.41 | 0.07 | 45 | 0.72 | 0.74 |
| Hex | EC | D4 | 8C | 0 | A | 29 | 7 | 2D | 48 | 4A |
| Octal | 354 | 324 | 214 | 0 | 12 | 51 | 7 | 55 | 110 | 112 |
| Binary | 11101100 | 11010100 | 10001100 | 0 | 1010 | 101001 | 111 | 101101 | 1001000 | 1001010 |
Color Harmonies of #ECD48C
Complementary color
Monochromatic Colors of #ECD48C
Black with #ECD48C
Text Example
Text Example
White with #ECD48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD48C; }
p { color: rgb(236,212,140); }
H1.HeaderClassName
{
color: #ECD48C;
}
.AnyTagClassName
{
color: #ECD48C;
}
</style>
background-color css
<style>
a { background-color: #ECD48C; }
a { background-color: rgb(236,212,140); }
div.DivClassName
{
background-color: #ECD48C;
}
.BgClassName
{
background-color: #ECD48C;
}
</style>
border-color css
<style>
span { border-color: #ECD48C; }
span { border-color: rgb(236,212,140); }
td.TdClassName
{
border-color: #ECD48C;
}
.TagClassName
{
border-color: #ECD48C;
}
</style>