Shades of Golden Dream #EAD22E
Tints of Golden Dream #EAD22E
RGB
CMYK
RGB Variations
Color information
#EAD22E (or 0xEAD22E) is known color: Golden Dream. HEX triplet: EA, D2 and 2E. RGB value is (234,210,46). Sum of RGB (Red+Green+Blue) = 234+210+46=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD22E is #152DD1. Grayscale: #C7C7C7. Windows color (decimal): -1387986 or 3068650. OLE color: 3068650.
HSL color Cylindrical-coordinate representation of color #EAD22E: hue angle of 52.34º 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 #EAD22E is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 46 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.08 |
| HSL | 52.34º | 0.82% | 0.55% | - |
| HSV(B) | 52.34º | 0.8% | 0.92% | - |
| XYZ | 57.47 | 63.78 | 11.87 | - |
| YUV | 198.48 | 41.95 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 46 | 0 | 0.10 | 0.80 | 0.08 | 52.34 | 0.82 | 0.55 |
| Hex | EA | D2 | 2E | 0 | A | 50 | 8 | 34 | 52 | 37 |
| Octal | 352 | 322 | 56 | 0 | 12 | 120 | 10 | 64 | 122 | 67 |
| Binary | 11101010 | 11010010 | 101110 | 0 | 1010 | 1010000 | 1000 | 110100 | 1010010 | 110111 |
Color Harmonies of #EAD22E
Complementary color
Monochromatic Colors of #EAD22E
Black with #EAD22E
Text Example
Text Example
White with #EAD22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD22E; }
p { color: rgb(234,210,46); }
H1.HeaderClassName
{
color: #EAD22E;
}
.AnyTagClassName
{
color: #EAD22E;
}
</style>
background-color css
<style>
a { background-color: #EAD22E; }
a { background-color: rgb(234,210,46); }
div.DivClassName
{
background-color: #EAD22E;
}
.BgClassName
{
background-color: #EAD22E;
}
</style>
border-color css
<style>
span { border-color: #EAD22E; }
span { border-color: rgb(234,210,46); }
td.TdClassName
{
border-color: #EAD22E;
}
.TagClassName
{
border-color: #EAD22E;
}
</style>