Shades of Golden Yellow #EADA0B
Tints of Golden Yellow #EADA0B
RGB
CMYK
RGB Variations
Color information
#EADA0B (or 0xEADA0B) is known color: Golden Yellow. HEX triplet: EA, DA and 0B. RGB value is (234,218,11). Sum of RGB (Red+Green+Blue) = 234+218+11=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 11 (4.69% from 255 or 2.38% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA0B is #1525F4. Grayscale: #C8C8C8. Windows color (decimal): -1385973 or 776938. OLE color: 776938.
HSL color Cylindrical-coordinate representation of color #EADA0B: hue angle of 55.7º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EADA0B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.08 |
| HSL | 55.7º | 0.91% | 0.48% | - |
| HSV(B) | 55.7º | 0.95% | 0.92% | - |
| XYZ | 59.06 | 67.66 | 10.26 | - |
| YUV | 199.19 | 21.8 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 11 | 0 | 0.07 | 0.95 | 0.08 | 55.7 | 0.91 | 0.48 |
| Hex | EA | DA | B | 0 | 7 | 5F | 8 | 38 | 5B | 30 |
| Octal | 352 | 332 | 13 | 0 | 7 | 137 | 10 | 70 | 133 | 60 |
| Binary | 11101010 | 11011010 | 1011 | 0 | 111 | 1011111 | 1000 | 111000 | 1011011 | 110000 |
Color Harmonies of #EADA0B
Complementary color
Monochromatic Colors of #EADA0B
Black with #EADA0B
Text Example
Text Example
White with #EADA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA0B; }
p { color: rgb(234,218,11); }
H1.HeaderClassName
{
color: #EADA0B;
}
.AnyTagClassName
{
color: #EADA0B;
}
</style>
background-color css
<style>
a { background-color: #EADA0B; }
a { background-color: rgb(234,218,11); }
div.DivClassName
{
background-color: #EADA0B;
}
.BgClassName
{
background-color: #EADA0B;
}
</style>
border-color css
<style>
span { border-color: #EADA0B; }
span { border-color: rgb(234,218,11); }
td.TdClassName
{
border-color: #EADA0B;
}
.TagClassName
{
border-color: #EADA0B;
}
</style>