Shades of Golden Dream #EAD32E
Tints of Golden Dream #EAD32E
RGB
CMYK
RGB Variations
Color information
#EAD32E (or 0xEAD32E) is known color: Golden Dream. HEX triplet: EA, D3 and 2E. RGB value is (234,211,46). Sum of RGB (Red+Green+Blue) = 234+211+46=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD32E is #152CD1. Grayscale: #C7C7C7. Windows color (decimal): -1387730 or 3068906. OLE color: 3068906.
HSL color Cylindrical-coordinate representation of color #EAD32E: hue angle of 52.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAD32E is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 46 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.08 |
| HSL | 52.66º | 0.82% | 0.55% | - |
| HSV(B) | 52.66º | 0.8% | 0.92% | - |
| XYZ | 57.72 | 64.28 | 11.95 | - |
| YUV | 199.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 46 | 0 | 0.10 | 0.80 | 0.08 | 52.66 | 0.82 | 0.55 |
| Hex | EA | D3 | 2E | 0 | A | 50 | 8 | 35 | 52 | 37 |
| Octal | 352 | 323 | 56 | 0 | 12 | 120 | 10 | 65 | 122 | 67 |
| Binary | 11101010 | 11010011 | 101110 | 0 | 1010 | 1010000 | 1000 | 110101 | 1010010 | 110111 |
Color Harmonies of #EAD32E
Complementary color
Monochromatic Colors of #EAD32E
Black with #EAD32E
Text Example
Text Example
White with #EAD32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD32E; }
p { color: rgb(234,211,46); }
H1.HeaderClassName
{
color: #EAD32E;
}
.AnyTagClassName
{
color: #EAD32E;
}
</style>
background-color css
<style>
a { background-color: #EAD32E; }
a { background-color: rgb(234,211,46); }
div.DivClassName
{
background-color: #EAD32E;
}
.BgClassName
{
background-color: #EAD32E;
}
</style>
border-color css
<style>
span { border-color: #EAD32E; }
span { border-color: rgb(234,211,46); }
td.TdClassName
{
border-color: #EAD32E;
}
.TagClassName
{
border-color: #EAD32E;
}
</style>