Shades of Golden Yellow #EADC02
Tints of Golden Yellow #EADC02
RGB
CMYK
RGB Variations
Color information
#EADC02 (or 0xEADC02) is known color: Golden Yellow. HEX triplet: EA, DC and 02. RGB value is (234,220,2). Sum of RGB (Red+Green+Blue) = 234+220+2=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC02 is #1523FD. Grayscale: #C8C8C8. Windows color (decimal): -1385470 or 187626. OLE color: 187626.
HSL color Cylindrical-coordinate representation of color #EADC02: hue angle of 56.38º 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 #EADC02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.08 |
| HSL | 56.38º | 0.98% | 0.46% | - |
| HSV(B) | 56.38º | 0.99% | 0.92% | - |
| XYZ | 59.54 | 68.68 | 10.18 | - |
| YUV | 199.33 | 16.64 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 2 | 0 | 0.06 | 0.99 | 0.08 | 56.38 | 0.98 | 0.46 |
| Hex | EA | DC | 2 | 0 | 6 | 63 | 8 | 38 | 62 | 2E |
| Octal | 352 | 334 | 2 | 0 | 6 | 143 | 10 | 70 | 142 | 56 |
| Binary | 11101010 | 11011100 | 10 | 0 | 110 | 1100011 | 1000 | 111000 | 1100010 | 101110 |
Color Harmonies of #EADC02
Complementary color
Monochromatic Colors of #EADC02
Black with #EADC02
Text Example
Text Example
White with #EADC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC02; }
p { color: rgb(234,220,2); }
H1.HeaderClassName
{
color: #EADC02;
}
.AnyTagClassName
{
color: #EADC02;
}
</style>
background-color css
<style>
a { background-color: #EADC02; }
a { background-color: rgb(234,220,2); }
div.DivClassName
{
background-color: #EADC02;
}
.BgClassName
{
background-color: #EADC02;
}
</style>
border-color css
<style>
span { border-color: #EADC02; }
span { border-color: rgb(234,220,2); }
td.TdClassName
{
border-color: #EADC02;
}
.TagClassName
{
border-color: #EADC02;
}
</style>