Shades of Golden Glow #EED378
Tints of Golden Glow #EED378
RGB
CMYK
RGB Variations
Color information
#EED378 (or 0xEED378) is known color: Golden Glow. HEX triplet: EE, D3 and 78. RGB value is (238,211,120). Sum of RGB (Red+Green+Blue) = 238+211+120=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EED378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED378 is #112C87. Grayscale: #D1D1D1. Windows color (decimal): -1125512 or 7918574. OLE color: 7918574.
HSL color Cylindrical-coordinate representation of color #EED378: hue angle of 46.27º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED378 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 120 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.07 |
| HSL | 46.27º | 0.78% | 0.7% | - |
| HSV(B) | 46.27º | 0.5% | 0.93% | - |
| XYZ | 61.94 | 66.12 | 27.27 | - |
| YUV | 208.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 120 | 0 | 0.11 | 0.50 | 0.07 | 46.27 | 0.78 | 0.7 |
| Hex | EE | D3 | 78 | 0 | B | 32 | 7 | 2E | 4E | 46 |
| Octal | 356 | 323 | 170 | 0 | 13 | 62 | 7 | 56 | 116 | 106 |
| Binary | 11101110 | 11010011 | 1111000 | 0 | 1011 | 110010 | 111 | 101110 | 1001110 | 1000110 |
Color Harmonies of #EED378
Complementary color
Monochromatic Colors of #EED378
Black with #EED378
Text Example
Text Example
White with #EED378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED378; }
p { color: rgb(238,211,120); }
H1.HeaderClassName
{
color: #EED378;
}
.AnyTagClassName
{
color: #EED378;
}
</style>
background-color css
<style>
a { background-color: #EED378; }
a { background-color: rgb(238,211,120); }
div.DivClassName
{
background-color: #EED378;
}
.BgClassName
{
background-color: #EED378;
}
</style>
border-color css
<style>
span { border-color: #EED378; }
span { border-color: rgb(238,211,120); }
td.TdClassName
{
border-color: #EED378;
}
.TagClassName
{
border-color: #EED378;
}
</style>