Shades of Flax #EDD778
Tints of Flax #EDD778
RGB
CMYK
RGB Variations
Color information
#EDD778 (or 0xEDD778) is known color: Flax. HEX triplet: ED, D7 and 78. RGB value is (237,215,120). Sum of RGB (Red+Green+Blue) = 237+215+120=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD778 is #122887. Grayscale: #D3D3D3. Windows color (decimal): -1190024 or 7919597. OLE color: 7919597.
HSL color Cylindrical-coordinate representation of color #EDD778: hue angle of 48.72º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDD778 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 120 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.07 |
| HSL | 48.72º | 0.76% | 0.7% | - |
| HSV(B) | 48.72º | 0.49% | 0.93% | - |
| XYZ | 62.62 | 67.96 | 27.59 | - |
| YUV | 210.75 | 76.79 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 120 | 0 | 0.09 | 0.49 | 0.07 | 48.72 | 0.76 | 0.7 |
| Hex | ED | D7 | 78 | 0 | 9 | 31 | 7 | 31 | 4C | 46 |
| Octal | 355 | 327 | 170 | 0 | 11 | 61 | 7 | 61 | 114 | 106 |
| Binary | 11101101 | 11010111 | 1111000 | 0 | 1001 | 110001 | 111 | 110001 | 1001100 | 1000110 |
Color Harmonies of #EDD778
Complementary color
Monochromatic Colors of #EDD778
Black with #EDD778
Text Example
Text Example
White with #EDD778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD778; }
p { color: rgb(237,215,120); }
H1.HeaderClassName
{
color: #EDD778;
}
.AnyTagClassName
{
color: #EDD778;
}
</style>
background-color css
<style>
a { background-color: #EDD778; }
a { background-color: rgb(237,215,120); }
div.DivClassName
{
background-color: #EDD778;
}
.BgClassName
{
background-color: #EDD778;
}
</style>
border-color css
<style>
span { border-color: #EDD778; }
span { border-color: rgb(237,215,120); }
td.TdClassName
{
border-color: #EDD778;
}
.TagClassName
{
border-color: #EDD778;
}
</style>