Shades of Flax #EDD67D
Tints of Flax #EDD67D
RGB
CMYK
RGB Variations
Color information
#EDD67D (or 0xEDD67D) is known color: Flax. HEX triplet: ED, D6 and 7D. RGB value is (237,214,125). Sum of RGB (Red+Green+Blue) = 237+214+125=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD67D is #122982. Grayscale: #D3D3D3. Windows color (decimal): -1190275 or 8247021. OLE color: 8247021.
HSL color Cylindrical-coordinate representation of color #EDD67D: hue angle of 47.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDD67D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 125 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.07 |
| HSL | 47.68º | 0.76% | 0.71% | - |
| HSV(B) | 47.68º | 0.47% | 0.93% | - |
| XYZ | 62.67 | 67.58 | 29.14 | - |
| YUV | 210.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 125 | 0 | 0.10 | 0.47 | 0.07 | 47.68 | 0.76 | 0.71 |
| Hex | ED | D6 | 7D | 0 | A | 2F | 7 | 30 | 4C | 47 |
| Octal | 355 | 326 | 175 | 0 | 12 | 57 | 7 | 60 | 114 | 107 |
| Binary | 11101101 | 11010110 | 1111101 | 0 | 1010 | 101111 | 111 | 110000 | 1001100 | 1000111 |
Color Harmonies of #EDD67D
Complementary color
Monochromatic Colors of #EDD67D
Black with #EDD67D
Text Example
Text Example
White with #EDD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD67D; }
p { color: rgb(237,214,125); }
H1.HeaderClassName
{
color: #EDD67D;
}
.AnyTagClassName
{
color: #EDD67D;
}
</style>
background-color css
<style>
a { background-color: #EDD67D; }
a { background-color: rgb(237,214,125); }
div.DivClassName
{
background-color: #EDD67D;
}
.BgClassName
{
background-color: #EDD67D;
}
</style>
border-color css
<style>
span { border-color: #EDD67D; }
span { border-color: rgb(237,214,125); }
td.TdClassName
{
border-color: #EDD67D;
}
.TagClassName
{
border-color: #EDD67D;
}
</style>