Shades of Golden Dream #EACF32
Tints of Golden Dream #EACF32
RGB
CMYK
RGB Variations
Color information
#EACF32 (or 0xEACF32) is known color: Golden Dream. HEX triplet: EA, CF and 32. RGB value is (234,207,50). Sum of RGB (Red+Green+Blue) = 234+207+50=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF32 is #1530CD. Grayscale: #C5C5C5. Windows color (decimal): -1388750 or 3330026. OLE color: 3330026.
HSL color Cylindrical-coordinate representation of color #EACF32: hue angle of 51.2º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EACF32 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 50 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.08 |
| HSL | 51.2º | 0.81% | 0.56% | - |
| HSV(B) | 51.2º | 0.79% | 0.92% | - |
| XYZ | 56.82 | 62.35 | 12.06 | - |
| YUV | 197.18 | 44.95 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 50 | 0 | 0.12 | 0.79 | 0.08 | 51.2 | 0.81 | 0.56 |
| Hex | EA | CF | 32 | 0 | C | 4F | 8 | 33 | 51 | 38 |
| Octal | 352 | 317 | 62 | 0 | 14 | 117 | 10 | 63 | 121 | 70 |
| Binary | 11101010 | 11001111 | 110010 | 0 | 1100 | 1001111 | 1000 | 110011 | 1010001 | 111000 |
Color Harmonies of #EACF32
Complementary color
Monochromatic Colors of #EACF32
Black with #EACF32
Text Example
Text Example
White with #EACF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF32; }
p { color: rgb(234,207,50); }
H1.HeaderClassName
{
color: #EACF32;
}
.AnyTagClassName
{
color: #EACF32;
}
</style>
background-color css
<style>
a { background-color: #EACF32; }
a { background-color: rgb(234,207,50); }
div.DivClassName
{
background-color: #EACF32;
}
.BgClassName
{
background-color: #EACF32;
}
</style>
border-color css
<style>
span { border-color: #EACF32; }
span { border-color: rgb(234,207,50); }
td.TdClassName
{
border-color: #EACF32;
}
.TagClassName
{
border-color: #EACF32;
}
</style>