Shades of Golden Yellow #EADA05
Tints of Golden Yellow #EADA05
RGB
CMYK
RGB Variations
Color information
#EADA05 (or 0xEADA05) is known color: Golden Yellow. HEX triplet: EA, DA and 05. RGB value is (234,218,5). Sum of RGB (Red+Green+Blue) = 234+218+5=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 5 (2.34% from 255 or 1.09% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA05 is #1525FA. Grayscale: #C7C7C7. Windows color (decimal): -1385979 or 383722. OLE color: 383722.
HSL color Cylindrical-coordinate representation of color #EADA05: hue angle of 55.81º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EADA05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.08 |
| HSL | 55.81º | 0.96% | 0.47% | - |
| HSV(B) | 55.81º | 0.98% | 0.92% | - |
| XYZ | 59.03 | 67.65 | 10.09 | - |
| YUV | 198.5 | 18.8 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 5 | 0 | 0.07 | 0.98 | 0.08 | 55.81 | 0.96 | 0.47 |
| Hex | EA | DA | 5 | 0 | 7 | 62 | 8 | 38 | 60 | 2F |
| Octal | 352 | 332 | 5 | 0 | 7 | 142 | 10 | 70 | 140 | 57 |
| Binary | 11101010 | 11011010 | 101 | 0 | 111 | 1100010 | 1000 | 111000 | 1100000 | 101111 |
Color Harmonies of #EADA05
Complementary color
Monochromatic Colors of #EADA05
Black with #EADA05
Text Example
Text Example
White with #EADA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA05; }
p { color: rgb(234,218,5); }
H1.HeaderClassName
{
color: #EADA05;
}
.AnyTagClassName
{
color: #EADA05;
}
</style>
background-color css
<style>
a { background-color: #EADA05; }
a { background-color: rgb(234,218,5); }
div.DivClassName
{
background-color: #EADA05;
}
.BgClassName
{
background-color: #EADA05;
}
</style>
border-color css
<style>
span { border-color: #EADA05; }
span { border-color: rgb(234,218,5); }
td.TdClassName
{
border-color: #EADA05;
}
.TagClassName
{
border-color: #EADA05;
}
</style>