Shades of Golden Yellow #EADF03
Tints of Golden Yellow #EADF03
RGB
CMYK
RGB Variations
Color information
#EADF03 (or 0xEADF03) is known color: Golden Yellow. HEX triplet: EA, DF and 03. RGB value is (234,223,3). Sum of RGB (Red+Green+Blue) = 234+223+3=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 3 (1.56% from 255 or 0.65% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF03 is #1520FC. Grayscale: #CACACA. Windows color (decimal): -1384701 or 253930. OLE color: 253930.
HSL color Cylindrical-coordinate representation of color #EADF03: hue angle of 57.14º degrees, saturation: 0.97, 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 #EADF03 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.08 |
| HSL | 57.14º | 0.97% | 0.46% | - |
| HSV(B) | 57.14º | 0.99% | 0.92% | - |
| XYZ | 60.34 | 70.27 | 10.47 | - |
| YUV | 201.21 | 16.14 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 3 | 0 | 0.05 | 0.99 | 0.08 | 57.14 | 0.97 | 0.46 |
| Hex | EA | DF | 3 | 0 | 5 | 63 | 8 | 39 | 61 | 2E |
| Octal | 352 | 337 | 3 | 0 | 5 | 143 | 10 | 71 | 141 | 56 |
| Binary | 11101010 | 11011111 | 11 | 0 | 101 | 1100011 | 1000 | 111001 | 1100001 | 101110 |
Color Harmonies of #EADF03
Complementary color
Monochromatic Colors of #EADF03
Black with #EADF03
Text Example
Text Example
White with #EADF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF03; }
p { color: rgb(234,223,3); }
H1.HeaderClassName
{
color: #EADF03;
}
.AnyTagClassName
{
color: #EADF03;
}
</style>
background-color css
<style>
a { background-color: #EADF03; }
a { background-color: rgb(234,223,3); }
div.DivClassName
{
background-color: #EADF03;
}
.BgClassName
{
background-color: #EADF03;
}
</style>
border-color css
<style>
span { border-color: #EADF03; }
span { border-color: rgb(234,223,3); }
td.TdClassName
{
border-color: #EADF03;
}
.TagClassName
{
border-color: #EADF03;
}
</style>