Shades of Golden Dream #E8CA2D
Tints of Golden Dream #E8CA2D
RGB
CMYK
RGB Variations
Color information
#E8CA2D (or 0xE8CA2D) is known color: Golden Dream. HEX triplet: E8, CA and 2D. RGB value is (232,202,45). Sum of RGB (Red+Green+Blue) = 232+202+45=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CA2D is #1735D2. Grayscale: #C1C1C1. Windows color (decimal): -1521107 or 3001064. OLE color: 3001064.
HSL color Cylindrical-coordinate representation of color #E8CA2D: hue angle of 50.37º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8CA2D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 202 | 45 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.09 |
| HSL | 50.37º | 0.8% | 0.54% | - |
| HSV(B) | 50.37º | 0.81% | 0.91% | - |
| XYZ | 54.87 | 59.59 | 11.09 | - |
| YUV | 193.07 | 44.44 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 202 | 45 | 0 | 0.13 | 0.81 | 0.09 | 50.37 | 0.8 | 0.54 |
| Hex | E8 | CA | 2D | 0 | D | 51 | 9 | 32 | 50 | 36 |
| Octal | 350 | 312 | 55 | 0 | 15 | 121 | 11 | 62 | 120 | 66 |
| Binary | 11101000 | 11001010 | 101101 | 0 | 1101 | 1010001 | 1001 | 110010 | 1010000 | 110110 |
Color Harmonies of #E8CA2D
Complementary color
Monochromatic Colors of #E8CA2D
Black with #E8CA2D
Text Example
Text Example
White with #E8CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CA2D; }
p { color: rgb(232,202,45); }
H1.HeaderClassName
{
color: #E8CA2D;
}
.AnyTagClassName
{
color: #E8CA2D;
}
</style>
background-color css
<style>
a { background-color: #E8CA2D; }
a { background-color: rgb(232,202,45); }
div.DivClassName
{
background-color: #E8CA2D;
}
.BgClassName
{
background-color: #E8CA2D;
}
</style>
border-color css
<style>
span { border-color: #E8CA2D; }
span { border-color: rgb(232,202,45); }
td.TdClassName
{
border-color: #E8CA2D;
}
.TagClassName
{
border-color: #E8CA2D;
}
</style>