Shades of Golden Yellow #EDDC01
Tints of Golden Yellow #EDDC01
RGB
CMYK
RGB Variations
Color information
#EDDC01 (or 0xEDDC01) is known color: Golden Yellow. HEX triplet: ED, DC and 01. RGB value is (237,220,1). Sum of RGB (Red+Green+Blue) = 237+220+1=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 1 (0.78% from 255 or 0.22% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC01 is #1223FE. Grayscale: #C9C9C9. Windows color (decimal): -1188863 or 122093. OLE color: 122093.
HSL color Cylindrical-coordinate representation of color #EDDC01: hue angle of 55.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDDC01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.07 |
| HSL | 55.68º | 0.99% | 0.47% | - |
| HSV(B) | 55.68º | 1% | 0.93% | - |
| XYZ | 60.52 | 69.19 | 10.19 | - |
| YUV | 200.12 | 15.63 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 1 | 0 | 0.07 | 1.00 | 0.07 | 55.68 | 0.99 | 0.47 |
| Hex | ED | DC | 1 | 0 | 7 | 64 | 7 | 38 | 63 | 2F |
| Octal | 355 | 334 | 1 | 0 | 7 | 144 | 7 | 70 | 143 | 57 |
| Binary | 11101101 | 11011100 | 1 | 0 | 111 | 1100100 | 111 | 111000 | 1100011 | 101111 |
Color Harmonies of #EDDC01
Complementary color
Monochromatic Colors of #EDDC01
Black with #EDDC01
Text Example
Text Example
White with #EDDC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC01; }
p { color: rgb(237,220,1); }
H1.HeaderClassName
{
color: #EDDC01;
}
.AnyTagClassName
{
color: #EDDC01;
}
</style>
background-color css
<style>
a { background-color: #EDDC01; }
a { background-color: rgb(237,220,1); }
div.DivClassName
{
background-color: #EDDC01;
}
.BgClassName
{
background-color: #EDDC01;
}
</style>
border-color css
<style>
span { border-color: #EDDC01; }
span { border-color: rgb(237,220,1); }
td.TdClassName
{
border-color: #EDDC01;
}
.TagClassName
{
border-color: #EDDC01;
}
</style>