Shades of Gold #EED30B
Tints of Gold #EED30B
RGB
CMYK
RGB Variations
Color information
#EED30B (or 0xEED30B) is known color: Gold. HEX triplet: EE, D3 and 0B. RGB value is (238,211,11). Sum of RGB (Red+Green+Blue) = 238+211+11=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EED30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED30B is #112CF4. Grayscale: #C5C5C5. Windows color (decimal): -1125621 or 775150. OLE color: 775150.
HSL color Cylindrical-coordinate representation of color #EED30B: hue angle of 52.86º 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 #EED30B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.07 |
| HSL | 52.86º | 0.91% | 0.49% | - |
| HSV(B) | 52.86º | 0.95% | 0.93% | - |
| XYZ | 58.61 | 64.79 | 9.73 | - |
| YUV | 196.27 | 23.45 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 11 | 0 | 0.11 | 0.95 | 0.07 | 52.86 | 0.91 | 0.49 |
| Hex | EE | D3 | B | 0 | B | 5F | 7 | 35 | 5B | 31 |
| Octal | 356 | 323 | 13 | 0 | 13 | 137 | 7 | 65 | 133 | 61 |
| Binary | 11101110 | 11010011 | 1011 | 0 | 1011 | 1011111 | 111 | 110101 | 1011011 | 110001 |
Color Harmonies of #EED30B
Complementary color
Monochromatic Colors of #EED30B
Black with #EED30B
Text Example
Text Example
White with #EED30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED30B; }
p { color: rgb(238,211,11); }
H1.HeaderClassName
{
color: #EED30B;
}
.AnyTagClassName
{
color: #EED30B;
}
</style>
background-color css
<style>
a { background-color: #EED30B; }
a { background-color: rgb(238,211,11); }
div.DivClassName
{
background-color: #EED30B;
}
.BgClassName
{
background-color: #EED30B;
}
</style>
border-color css
<style>
span { border-color: #EED30B; }
span { border-color: rgb(238,211,11); }
td.TdClassName
{
border-color: #EED30B;
}
.TagClassName
{
border-color: #EED30B;
}
</style>