Shades of Buff #EED48B
Tints of Buff #EED48B
RGB
CMYK
RGB Variations
Color information
#EED48B (or 0xEED48B) is known color: Buff. HEX triplet: EE, D4 and 8B. RGB value is (238,212,139). Sum of RGB (Red+Green+Blue) = 238+212+139=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EED48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED48B is #112B74. Grayscale: #D3D3D3. Windows color (decimal): -1125237 or 9164014. OLE color: 9164014.
HSL color Cylindrical-coordinate representation of color #EED48B: hue angle of 44.24º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EED48B is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 139 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.07 |
| HSL | 44.24º | 0.74% | 0.74% | - |
| HSV(B) | 44.24º | 0.42% | 0.93% | - |
| XYZ | 63.46 | 67.13 | 34.04 | - |
| YUV | 211.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 139 | 0 | 0.11 | 0.42 | 0.07 | 44.24 | 0.74 | 0.74 |
| Hex | EE | D4 | 8B | 0 | B | 2A | 7 | 2C | 4A | 4A |
| Octal | 356 | 324 | 213 | 0 | 13 | 52 | 7 | 54 | 112 | 112 |
| Binary | 11101110 | 11010100 | 10001011 | 0 | 1011 | 101010 | 111 | 101100 | 1001010 | 1001010 |
Color Harmonies of #EED48B
Complementary color
Monochromatic Colors of #EED48B
Black with #EED48B
Text Example
Text Example
White with #EED48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED48B; }
p { color: rgb(238,212,139); }
H1.HeaderClassName
{
color: #EED48B;
}
.AnyTagClassName
{
color: #EED48B;
}
</style>
background-color css
<style>
a { background-color: #EED48B; }
a { background-color: rgb(238,212,139); }
div.DivClassName
{
background-color: #EED48B;
}
.BgClassName
{
background-color: #EED48B;
}
</style>
border-color css
<style>
span { border-color: #EED48B; }
span { border-color: rgb(238,212,139); }
td.TdClassName
{
border-color: #EED48B;
}
.TagClassName
{
border-color: #EED48B;
}
</style>