Shades of Buff #EED67A
Tints of Buff #EED67A
RGB
CMYK
RGB Variations
Color information
#EED67A (or 0xEED67A) is known color: Buff. HEX triplet: EE, D6 and 7A. RGB value is (238,214,122). Sum of RGB (Red+Green+Blue) = 238+214+122=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 122 (48.05% from 255 or 21.25% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EED67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED67A is #112985. Grayscale: #D3D3D3. Windows color (decimal): -1124742 or 8050414. OLE color: 8050414.
HSL color Cylindrical-coordinate representation of color #EED67A: hue angle of 47.59º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EED67A is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 122 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.07 |
| HSL | 47.59º | 0.77% | 0.71% | - |
| HSV(B) | 47.59º | 0.49% | 0.93% | - |
| XYZ | 62.82 | 67.68 | 28.16 | - |
| YUV | 210.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 122 | 0 | 0.10 | 0.49 | 0.07 | 47.59 | 0.77 | 0.71 |
| Hex | EE | D6 | 7A | 0 | A | 31 | 7 | 30 | 4D | 47 |
| Octal | 356 | 326 | 172 | 0 | 12 | 61 | 7 | 60 | 115 | 107 |
| Binary | 11101110 | 11010110 | 1111010 | 0 | 1010 | 110001 | 111 | 110000 | 1001101 | 1000111 |
Color Harmonies of #EED67A
Complementary color
Monochromatic Colors of #EED67A
Black with #EED67A
Text Example
Text Example
White with #EED67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED67A; }
p { color: rgb(238,214,122); }
H1.HeaderClassName
{
color: #EED67A;
}
.AnyTagClassName
{
color: #EED67A;
}
</style>
background-color css
<style>
a { background-color: #EED67A; }
a { background-color: rgb(238,214,122); }
div.DivClassName
{
background-color: #EED67A;
}
.BgClassName
{
background-color: #EED67A;
}
</style>
border-color css
<style>
span { border-color: #EED67A; }
span { border-color: rgb(238,214,122); }
td.TdClassName
{
border-color: #EED67A;
}
.TagClassName
{
border-color: #EED67A;
}
</style>