Shades of Golden Dream #EACA2B
Tints of Golden Dream #EACA2B
RGB
CMYK
RGB Variations
Color information
#EACA2B (or 0xEACA2B) is known color: Golden Dream. HEX triplet: EA, CA and 2B. RGB value is (234,202,43). Sum of RGB (Red+Green+Blue) = 234+202+43=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA2B is #1535D4. Grayscale: #C2C2C2. Windows color (decimal): -1390037 or 2869994. OLE color: 2869994.
HSL color Cylindrical-coordinate representation of color #EACA2B: hue angle of 49.95º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EACA2B is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 43 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.08 |
| HSL | 49.95º | 0.82% | 0.54% | - |
| HSV(B) | 49.95º | 0.82% | 0.92% | - |
| XYZ | 55.49 | 59.91 | 10.92 | - |
| YUV | 193.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 43 | 0 | 0.14 | 0.82 | 0.08 | 49.95 | 0.82 | 0.54 |
| Hex | EA | CA | 2B | 0 | E | 52 | 8 | 32 | 52 | 36 |
| Octal | 352 | 312 | 53 | 0 | 16 | 122 | 10 | 62 | 122 | 66 |
| Binary | 11101010 | 11001010 | 101011 | 0 | 1110 | 1010010 | 1000 | 110010 | 1010010 | 110110 |
Color Harmonies of #EACA2B
Complementary color
Monochromatic Colors of #EACA2B
Black with #EACA2B
Text Example
Text Example
White with #EACA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA2B; }
p { color: rgb(234,202,43); }
H1.HeaderClassName
{
color: #EACA2B;
}
.AnyTagClassName
{
color: #EACA2B;
}
</style>
background-color css
<style>
a { background-color: #EACA2B; }
a { background-color: rgb(234,202,43); }
div.DivClassName
{
background-color: #EACA2B;
}
.BgClassName
{
background-color: #EACA2B;
}
</style>
border-color css
<style>
span { border-color: #EACA2B; }
span { border-color: rgb(234,202,43); }
td.TdClassName
{
border-color: #EACA2B;
}
.TagClassName
{
border-color: #EACA2B;
}
</style>