Shades of Golden Yellow #EDDF02
Tints of Golden Yellow #EDDF02
RGB
CMYK
RGB Variations
Color information
#EDDF02 (or 0xEDDF02) is known color: Golden Yellow. HEX triplet: ED, DF and 02. RGB value is (237,223,2). Sum of RGB (Red+Green+Blue) = 237+223+2=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF02 is #1220FD. Grayscale: #CACACA. Windows color (decimal): -1188094 or 188397. OLE color: 188397.
HSL color Cylindrical-coordinate representation of color #EDDF02: hue angle of 56.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDDF02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.07 |
| HSL | 56.43º | 0.98% | 0.47% | - |
| HSV(B) | 56.43º | 0.99% | 0.93% | - |
| XYZ | 61.32 | 70.78 | 10.49 | - |
| YUV | 201.99 | 15.14 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 2 | 0 | 0.06 | 0.99 | 0.07 | 56.43 | 0.98 | 0.47 |
| Hex | ED | DF | 2 | 0 | 6 | 63 | 7 | 38 | 62 | 2F |
| Octal | 355 | 337 | 2 | 0 | 6 | 143 | 7 | 70 | 142 | 57 |
| Binary | 11101101 | 11011111 | 10 | 0 | 110 | 1100011 | 111 | 111000 | 1100010 | 101111 |
Color Harmonies of #EDDF02
Complementary color
Monochromatic Colors of #EDDF02
Black with #EDDF02
Text Example
Text Example
White with #EDDF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF02; }
p { color: rgb(237,223,2); }
H1.HeaderClassName
{
color: #EDDF02;
}
.AnyTagClassName
{
color: #EDDF02;
}
</style>
background-color css
<style>
a { background-color: #EDDF02; }
a { background-color: rgb(237,223,2); }
div.DivClassName
{
background-color: #EDDF02;
}
.BgClassName
{
background-color: #EDDF02;
}
</style>
border-color css
<style>
span { border-color: #EDDF02; }
span { border-color: rgb(237,223,2); }
td.TdClassName
{
border-color: #EDDF02;
}
.TagClassName
{
border-color: #EDDF02;
}
</style>