Shades of Golden Yellow #EADD01
Tints of Golden Yellow #EADD01
RGB
CMYK
RGB Variations
Color information
#EADD01 (or 0xEADD01) is known color: Golden Yellow. HEX triplet: EA, DD and 01. RGB value is (234,221,1). Sum of RGB (Red+Green+Blue) = 234+221+1=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD01 is #1522FE. Grayscale: #C8C8C8. Windows color (decimal): -1385215 or 122346. OLE color: 122346.
HSL color Cylindrical-coordinate representation of color #EADD01: hue angle of 56.65º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EADD01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.08 |
| HSL | 56.65º | 0.99% | 0.46% | - |
| HSV(B) | 56.65º | 1% | 0.92% | - |
| XYZ | 59.79 | 69.21 | 10.24 | - |
| YUV | 199.81 | 15.81 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 1 | 0 | 0.06 | 1.00 | 0.08 | 56.65 | 0.99 | 0.46 |
| Hex | EA | DD | 1 | 0 | 6 | 64 | 8 | 39 | 63 | 2E |
| Octal | 352 | 335 | 1 | 0 | 6 | 144 | 10 | 71 | 143 | 56 |
| Binary | 11101010 | 11011101 | 1 | 0 | 110 | 1100100 | 1000 | 111001 | 1100011 | 101110 |
Color Harmonies of #EADD01
Complementary color
Monochromatic Colors of #EADD01
Black with #EADD01
Text Example
Text Example
White with #EADD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD01; }
p { color: rgb(234,221,1); }
H1.HeaderClassName
{
color: #EADD01;
}
.AnyTagClassName
{
color: #EADD01;
}
</style>
background-color css
<style>
a { background-color: #EADD01; }
a { background-color: rgb(234,221,1); }
div.DivClassName
{
background-color: #EADD01;
}
.BgClassName
{
background-color: #EADD01;
}
</style>
border-color css
<style>
span { border-color: #EADD01; }
span { border-color: rgb(234,221,1); }
td.TdClassName
{
border-color: #EADD01;
}
.TagClassName
{
border-color: #EADD01;
}
</style>