Shades of Golden Yellow #EEDB0B
Tints of Golden Yellow #EEDB0B
RGB
CMYK
RGB Variations
Color information
#EEDB0B (or 0xEEDB0B) is known color: Golden Yellow. HEX triplet: EE, DB and 0B. RGB value is (238,219,11). Sum of RGB (Red+Green+Blue) = 238+219+11=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 11 (4.69% from 255 or 2.35% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDB0B is #1124F4. Grayscale: #C9C9C9. Windows color (decimal): -1123573 or 777198. OLE color: 777198.
HSL color Cylindrical-coordinate representation of color #EEDB0B: hue angle of 54.98º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEDB0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.07 |
| HSL | 54.98º | 0.91% | 0.49% | - |
| HSV(B) | 54.98º | 0.95% | 0.93% | - |
| XYZ | 60.65 | 68.86 | 10.41 | - |
| YUV | 200.97 | 20.79 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 11 | 0 | 0.08 | 0.95 | 0.07 | 54.98 | 0.91 | 0.49 |
| Hex | EE | DB | B | 0 | 8 | 5F | 7 | 37 | 5B | 31 |
| Octal | 356 | 333 | 13 | 0 | 10 | 137 | 7 | 67 | 133 | 61 |
| Binary | 11101110 | 11011011 | 1011 | 0 | 1000 | 1011111 | 111 | 110111 | 1011011 | 110001 |
Color Harmonies of #EEDB0B
Complementary color
Monochromatic Colors of #EEDB0B
Black with #EEDB0B
Text Example
Text Example
White with #EEDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB0B; }
p { color: rgb(238,219,11); }
H1.HeaderClassName
{
color: #EEDB0B;
}
.AnyTagClassName
{
color: #EEDB0B;
}
</style>
background-color css
<style>
a { background-color: #EEDB0B; }
a { background-color: rgb(238,219,11); }
div.DivClassName
{
background-color: #EEDB0B;
}
.BgClassName
{
background-color: #EEDB0B;
}
</style>
border-color css
<style>
span { border-color: #EEDB0B; }
span { border-color: rgb(238,219,11); }
td.TdClassName
{
border-color: #EEDB0B;
}
.TagClassName
{
border-color: #EEDB0B;
}
</style>