Shades of Buff #ECD48D
Tints of Buff #ECD48D
RGB
CMYK
RGB Variations
Color information
#ECD48D (or 0xECD48D) is known color: Buff. HEX triplet: EC, D4 and 8D. RGB value is (236,212,141). Sum of RGB (Red+Green+Blue) = 236+212+141=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD48D is #132B72. Grayscale: #D3D3D3. Windows color (decimal): -1256307 or 9295084. OLE color: 9295084.
HSL color Cylindrical-coordinate representation of color #ECD48D: hue angle of 44.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECD48D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 212 | 141 | - |
CMYK | 0 | 0.10 | 0.40 | 0.07 |
HSL | 44.84º | 0.71% | 0.74% | - |
HSV(B) | 44.84º | 0.4% | 0.93% | - |
XYZ | 62.94 | 66.84 | 34.78 | - |
YUV | 211.08 | 88.45 | 145.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 212 | 141 | 0 | 0.10 | 0.40 | 0.07 | 44.84 | 0.71 | 0.74 |
Hex | EC | D4 | 8D | 0 | A | 28 | 7 | 2D | 47 | 4A |
Octal | 354 | 324 | 215 | 0 | 12 | 50 | 7 | 55 | 107 | 112 |
Binary | 11101100 | 11010100 | 10001101 | 0 | 1010 | 101000 | 111 | 101101 | 1000111 | 1001010 |
Color Harmonies of #ECD48D
Complementary color
Monochromatic Colors of #ECD48D
Black with #ECD48D
Text Example
Text Example
White with #ECD48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD48D; }
p { color: rgb(236,212,141); }
H1.HeaderClassName
{
color: #ECD48D;
}
.AnyTagClassName
{
color: #ECD48D;
}
</style>
background-color css
<style>
a { background-color: #ECD48D; }
a { background-color: rgb(236,212,141); }
div.DivClassName
{
background-color: #ECD48D;
}
.BgClassName
{
background-color: #ECD48D;
}
</style>
border-color css
<style>
span { border-color: #ECD48D; }
span { border-color: rgb(236,212,141); }
td.TdClassName
{
border-color: #ECD48D;
}
.TagClassName
{
border-color: #ECD48D;
}
</style>