Shades of Golden Dream #EACC2E
Tints of Golden Dream #EACC2E
RGB
CMYK
RGB Variations
Color information
#EACC2E (or 0xEACC2E) is known color: Golden Dream. HEX triplet: EA, CC and 2E. RGB value is (234,204,46). Sum of RGB (Red+Green+Blue) = 234+204+46=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC2E is #1533D1. Grayscale: #C3C3C3. Windows color (decimal): -1389522 or 3067114. OLE color: 3067114.
HSL color Cylindrical-coordinate representation of color #EACC2E: hue angle of 50.43º 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 #EACC2E is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 46 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.08 |
| HSL | 50.43º | 0.82% | 0.55% | - |
| HSV(B) | 50.43º | 0.8% | 0.92% | - |
| XYZ | 56.02 | 60.88 | 11.38 | - |
| YUV | 194.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 46 | 0 | 0.13 | 0.80 | 0.08 | 50.43 | 0.82 | 0.55 |
| Hex | EA | CC | 2E | 0 | D | 50 | 8 | 32 | 52 | 37 |
| Octal | 352 | 314 | 56 | 0 | 15 | 120 | 10 | 62 | 122 | 67 |
| Binary | 11101010 | 11001100 | 101110 | 0 | 1101 | 1010000 | 1000 | 110010 | 1010010 | 110111 |
Color Harmonies of #EACC2E
Complementary color
Monochromatic Colors of #EACC2E
Black with #EACC2E
Text Example
Text Example
White with #EACC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC2E; }
p { color: rgb(234,204,46); }
H1.HeaderClassName
{
color: #EACC2E;
}
.AnyTagClassName
{
color: #EACC2E;
}
</style>
background-color css
<style>
a { background-color: #EACC2E; }
a { background-color: rgb(234,204,46); }
div.DivClassName
{
background-color: #EACC2E;
}
.BgClassName
{
background-color: #EACC2E;
}
</style>
border-color css
<style>
span { border-color: #EACC2E; }
span { border-color: rgb(234,204,46); }
td.TdClassName
{
border-color: #EACC2E;
}
.TagClassName
{
border-color: #EACC2E;
}
</style>