Shades of Golden Yellow #EDDA0B
Tints of Golden Yellow #EDDA0B
RGB
CMYK
RGB Variations
Color information
#EDDA0B (or 0xEDDA0B) is known color: Golden Yellow. HEX triplet: ED, DA and 0B. RGB value is (237,218,11). Sum of RGB (Red+Green+Blue) = 237+218+11=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA0B is #1225F4. Grayscale: #C8C8C8. Windows color (decimal): -1189365 or 776941. OLE color: 776941.
HSL color Cylindrical-coordinate representation of color #EDDA0B: hue angle of 54.96º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDDA0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 54.96º | 0.91% | 0.49% | - |
| HSV(B) | 54.96º | 0.95% | 0.93% | - |
| XYZ | 60.06 | 68.17 | 10.31 | - |
| YUV | 200.08 | 21.29 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 11 | 0 | 0.08 | 0.95 | 0.07 | 54.96 | 0.91 | 0.49 |
| Hex | ED | DA | B | 0 | 8 | 5F | 7 | 37 | 5B | 31 |
| Octal | 355 | 332 | 13 | 0 | 10 | 137 | 7 | 67 | 133 | 61 |
| Binary | 11101101 | 11011010 | 1011 | 0 | 1000 | 1011111 | 111 | 110111 | 1011011 | 110001 |
Color Harmonies of #EDDA0B
Complementary color
Monochromatic Colors of #EDDA0B
Black with #EDDA0B
Text Example
Text Example
White with #EDDA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA0B; }
p { color: rgb(237,218,11); }
H1.HeaderClassName
{
color: #EDDA0B;
}
.AnyTagClassName
{
color: #EDDA0B;
}
</style>
background-color css
<style>
a { background-color: #EDDA0B; }
a { background-color: rgb(237,218,11); }
div.DivClassName
{
background-color: #EDDA0B;
}
.BgClassName
{
background-color: #EDDA0B;
}
</style>
border-color css
<style>
span { border-color: #EDDA0B; }
span { border-color: rgb(237,218,11); }
td.TdClassName
{
border-color: #EDDA0B;
}
.TagClassName
{
border-color: #EDDA0B;
}
</style>