Shades of Flax #EDD67A
Tints of Flax #EDD67A
RGB
CMYK
RGB Variations
Color information
#EDD67A (or 0xEDD67A) is known color: Flax. HEX triplet: ED, D6 and 7A. RGB value is (237,214,122). Sum of RGB (Red+Green+Blue) = 237+214+122=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD67A is #122985. Grayscale: #D2D2D2. Windows color (decimal): -1190278 or 8050413. OLE color: 8050413.
HSL color Cylindrical-coordinate representation of color #EDD67A: hue angle of 48º 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 #EDD67A is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 122 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.07 |
| HSL | 48º | 0.76% | 0.7% | - |
| HSV(B) | 48º | 0.49% | 0.93% | - |
| XYZ | 62.48 | 67.5 | 28.15 | - |
| YUV | 210.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 122 | 0 | 0.10 | 0.49 | 0.07 | 48 | 0.76 | 0.7 |
| Hex | ED | D6 | 7A | 0 | A | 31 | 7 | 30 | 4C | 46 |
| Octal | 355 | 326 | 172 | 0 | 12 | 61 | 7 | 60 | 114 | 106 |
| Binary | 11101101 | 11010110 | 1111010 | 0 | 1010 | 110001 | 111 | 110000 | 1001100 | 1000110 |
Color Harmonies of #EDD67A
Complementary color
Monochromatic Colors of #EDD67A
Black with #EDD67A
Text Example
Text Example
White with #EDD67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD67A; }
p { color: rgb(237,214,122); }
H1.HeaderClassName
{
color: #EDD67A;
}
.AnyTagClassName
{
color: #EDD67A;
}
</style>
background-color css
<style>
a { background-color: #EDD67A; }
a { background-color: rgb(237,214,122); }
div.DivClassName
{
background-color: #EDD67A;
}
.BgClassName
{
background-color: #EDD67A;
}
</style>
border-color css
<style>
span { border-color: #EDD67A; }
span { border-color: rgb(237,214,122); }
td.TdClassName
{
border-color: #EDD67A;
}
.TagClassName
{
border-color: #EDD67A;
}
</style>