Shades of Golden Yellow #EADD08
Tints of Golden Yellow #EADD08
RGB
CMYK
RGB Variations
Color information
#EADD08 (or 0xEADD08) is known color: Golden Yellow. HEX triplet: EA, DD and 08. RGB value is (234,221,8). Sum of RGB (Red+Green+Blue) = 234+221+8=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD08 is #1522F7. Grayscale: #C9C9C9. Windows color (decimal): -1385208 or 581098. OLE color: 581098.
HSL color Cylindrical-coordinate representation of color #EADD08: hue angle of 56.55º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EADD08 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 8 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.08 |
| HSL | 56.55º | 0.93% | 0.47% | - |
| HSV(B) | 56.55º | 0.97% | 0.92% | - |
| XYZ | 59.83 | 69.22 | 10.44 | - |
| YUV | 200.61 | 19.31 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 8 | 0 | 0.06 | 0.97 | 0.08 | 56.55 | 0.93 | 0.47 |
| Hex | EA | DD | 8 | 0 | 6 | 61 | 8 | 39 | 5D | 2F |
| Octal | 352 | 335 | 10 | 0 | 6 | 141 | 10 | 71 | 135 | 57 |
| Binary | 11101010 | 11011101 | 1000 | 0 | 110 | 1100001 | 1000 | 111001 | 1011101 | 101111 |
Color Harmonies of #EADD08
Complementary color
Monochromatic Colors of #EADD08
Black with #EADD08
Text Example
Text Example
White with #EADD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD08; }
p { color: rgb(234,221,8); }
H1.HeaderClassName
{
color: #EADD08;
}
.AnyTagClassName
{
color: #EADD08;
}
</style>
background-color css
<style>
a { background-color: #EADD08; }
a { background-color: rgb(234,221,8); }
div.DivClassName
{
background-color: #EADD08;
}
.BgClassName
{
background-color: #EADD08;
}
</style>
border-color css
<style>
span { border-color: #EADD08; }
span { border-color: rgb(234,221,8); }
td.TdClassName
{
border-color: #EADD08;
}
.TagClassName
{
border-color: #EADD08;
}
</style>