Shades of Golden Yellow #E6DA02
Tints of Golden Yellow #E6DA02
RGB
CMYK
RGB Variations
Color information
#E6DA02 (or 0xE6DA02) is known color: Golden Yellow. HEX triplet: E6, DA and 02. RGB value is (230,218,2). Sum of RGB (Red+Green+Blue) = 230+218+2=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 2 (1.17% from 255 or 0.44% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DA02 is #1925FD. Grayscale: #C5C5C5. Windows color (decimal): -1648126 or 187110. OLE color: 187110.
HSL color Cylindrical-coordinate representation of color #E6DA02: hue angle of 56.84º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6DA02 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.10 |
| HSL | 56.84º | 0.98% | 0.45% | - |
| HSV(B) | 56.84º | 0.99% | 0.9% | - |
| XYZ | 57.72 | 66.97 | 9.94 | - |
| YUV | 196.96 | 17.98 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 2 | 0 | 0.05 | 0.99 | 0.10 | 56.84 | 0.98 | 0.45 |
| Hex | E6 | DA | 2 | 0 | 5 | 63 | A | 39 | 62 | 2D |
| Octal | 346 | 332 | 2 | 0 | 5 | 143 | 12 | 71 | 142 | 55 |
| Binary | 11100110 | 11011010 | 10 | 0 | 101 | 1100011 | 1010 | 111001 | 1100010 | 101101 |
Color Harmonies of #E6DA02
Complementary color
Monochromatic Colors of #E6DA02
Black with #E6DA02
Text Example
Text Example
White with #E6DA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA02; }
p { color: rgb(230,218,2); }
H1.HeaderClassName
{
color: #E6DA02;
}
.AnyTagClassName
{
color: #E6DA02;
}
</style>
background-color css
<style>
a { background-color: #E6DA02; }
a { background-color: rgb(230,218,2); }
div.DivClassName
{
background-color: #E6DA02;
}
.BgClassName
{
background-color: #E6DA02;
}
</style>
border-color css
<style>
span { border-color: #E6DA02; }
span { border-color: rgb(230,218,2); }
td.TdClassName
{
border-color: #E6DA02;
}
.TagClassName
{
border-color: #E6DA02;
}
</style>