Shades of Golden Dream #EAD32F
Tints of Golden Dream #EAD32F
RGB
CMYK
RGB Variations
Color information
#EAD32F (or 0xEAD32F) is known color: Golden Dream. HEX triplet: EA, D3 and 2F. RGB value is (234,211,47). Sum of RGB (Red+Green+Blue) = 234+211+47=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD32F is #152CD0. Grayscale: #C7C7C7. Windows color (decimal): -1387729 or 3134442. OLE color: 3134442.
HSL color Cylindrical-coordinate representation of color #EAD32F: hue angle of 52.62º 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 #EAD32F is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 47 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.08 |
| HSL | 52.62º | 0.82% | 0.55% | - |
| HSV(B) | 52.62º | 0.8% | 0.92% | - |
| XYZ | 57.74 | 64.29 | 12.05 | - |
| YUV | 199.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 47 | 0 | 0.10 | 0.80 | 0.08 | 52.62 | 0.82 | 0.55 |
| Hex | EA | D3 | 2F | 0 | A | 50 | 8 | 35 | 52 | 37 |
| Octal | 352 | 323 | 57 | 0 | 12 | 120 | 10 | 65 | 122 | 67 |
| Binary | 11101010 | 11010011 | 101111 | 0 | 1010 | 1010000 | 1000 | 110101 | 1010010 | 110111 |
Color Harmonies of #EAD32F
Complementary color
Monochromatic Colors of #EAD32F
Black with #EAD32F
Text Example
Text Example
White with #EAD32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD32F; }
p { color: rgb(234,211,47); }
H1.HeaderClassName
{
color: #EAD32F;
}
.AnyTagClassName
{
color: #EAD32F;
}
</style>
background-color css
<style>
a { background-color: #EAD32F; }
a { background-color: rgb(234,211,47); }
div.DivClassName
{
background-color: #EAD32F;
}
.BgClassName
{
background-color: #EAD32F;
}
</style>
border-color css
<style>
span { border-color: #EAD32F; }
span { border-color: rgb(234,211,47); }
td.TdClassName
{
border-color: #EAD32F;
}
.TagClassName
{
border-color: #EAD32F;
}
</style>