Shades of Golden Dream #EACE2E
Tints of Golden Dream #EACE2E
RGB
CMYK
RGB Variations
Color information
#EACE2E (or 0xEACE2E) is known color: Golden Dream. HEX triplet: EA, CE and 2E. RGB value is (234,206,46). Sum of RGB (Red+Green+Blue) = 234+206+46=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACE2E is #1531D1. Grayscale: #C4C4C4. Windows color (decimal): -1389010 or 3067626. OLE color: 3067626.
HSL color Cylindrical-coordinate representation of color #EACE2E: hue angle of 51.06º 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 #EACE2E is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 46 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.08 |
| HSL | 51.06º | 0.82% | 0.55% | - |
| HSV(B) | 51.06º | 0.8% | 0.92% | - |
| XYZ | 56.5 | 61.83 | 11.54 | - |
| YUV | 196.13 | 43.28 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 46 | 0 | 0.12 | 0.80 | 0.08 | 51.06 | 0.82 | 0.55 |
| Hex | EA | CE | 2E | 0 | C | 50 | 8 | 33 | 52 | 37 |
| Octal | 352 | 316 | 56 | 0 | 14 | 120 | 10 | 63 | 122 | 67 |
| Binary | 11101010 | 11001110 | 101110 | 0 | 1100 | 1010000 | 1000 | 110011 | 1010010 | 110111 |
Color Harmonies of #EACE2E
Complementary color
Monochromatic Colors of #EACE2E
Black with #EACE2E
Text Example
Text Example
White with #EACE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE2E; }
p { color: rgb(234,206,46); }
H1.HeaderClassName
{
color: #EACE2E;
}
.AnyTagClassName
{
color: #EACE2E;
}
</style>
background-color css
<style>
a { background-color: #EACE2E; }
a { background-color: rgb(234,206,46); }
div.DivClassName
{
background-color: #EACE2E;
}
.BgClassName
{
background-color: #EACE2E;
}
</style>
border-color css
<style>
span { border-color: #EACE2E; }
span { border-color: rgb(234,206,46); }
td.TdClassName
{
border-color: #EACE2E;
}
.TagClassName
{
border-color: #EACE2E;
}
</style>