Shades of Golden Yellow #EADB02
Tints of Golden Yellow #EADB02
RGB
CMYK
RGB Variations
Color information
#EADB02 (or 0xEADB02) is known color: Golden Yellow. HEX triplet: EA, DB and 02. RGB value is (234,219,2). Sum of RGB (Red+Green+Blue) = 234+219+2=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB02 is #1524FD. Grayscale: #C7C7C7. Windows color (decimal): -1385726 or 187370. OLE color: 187370.
HSL color Cylindrical-coordinate representation of color #EADB02: hue angle of 56.12º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EADB02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.08 |
| HSL | 56.12º | 0.98% | 0.46% | - |
| HSV(B) | 56.12º | 0.99% | 0.92% | - |
| XYZ | 59.27 | 68.16 | 10.09 | - |
| YUV | 198.75 | 16.97 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 2 | 0 | 0.06 | 0.99 | 0.08 | 56.12 | 0.98 | 0.46 |
| Hex | EA | DB | 2 | 0 | 6 | 63 | 8 | 38 | 62 | 2E |
| Octal | 352 | 333 | 2 | 0 | 6 | 143 | 10 | 70 | 142 | 56 |
| Binary | 11101010 | 11011011 | 10 | 0 | 110 | 1100011 | 1000 | 111000 | 1100010 | 101110 |
Color Harmonies of #EADB02
Complementary color
Monochromatic Colors of #EADB02
Black with #EADB02
Text Example
Text Example
White with #EADB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB02; }
p { color: rgb(234,219,2); }
H1.HeaderClassName
{
color: #EADB02;
}
.AnyTagClassName
{
color: #EADB02;
}
</style>
background-color css
<style>
a { background-color: #EADB02; }
a { background-color: rgb(234,219,2); }
div.DivClassName
{
background-color: #EADB02;
}
.BgClassName
{
background-color: #EADB02;
}
</style>
border-color css
<style>
span { border-color: #EADB02; }
span { border-color: rgb(234,219,2); }
td.TdClassName
{
border-color: #EADB02;
}
.TagClassName
{
border-color: #EADB02;
}
</style>