Shades of Golden Dream #E3CA31
Tints of Golden Dream #E3CA31
RGB
CMYK
RGB Variations
Color information
#E3CA31 (or 0xE3CA31) is known color: Golden Dream. HEX triplet: E3, CA and 31. RGB value is (227,202,49). Sum of RGB (Red+Green+Blue) = 227+202+49=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3CA31 is #1C35CE. Grayscale: #C0C0C0. Windows color (decimal): -1848783 or 3263203. OLE color: 3263203.
HSL color Cylindrical-coordinate representation of color #E3CA31: hue angle of 51.57º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3CA31 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 202 | 49 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.11 |
| HSL | 51.57º | 0.76% | 0.54% | - |
| HSV(B) | 51.57º | 0.78% | 0.89% | - |
| XYZ | 53.35 | 58.79 | 11.44 | - |
| YUV | 192.03 | 47.28 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 202 | 49 | 0 | 0.11 | 0.78 | 0.11 | 51.57 | 0.76 | 0.54 |
| Hex | E3 | CA | 31 | 0 | B | 4E | B | 34 | 4C | 36 |
| Octal | 343 | 312 | 61 | 0 | 13 | 116 | 13 | 64 | 114 | 66 |
| Binary | 11100011 | 11001010 | 110001 | 0 | 1011 | 1001110 | 1011 | 110100 | 1001100 | 110110 |
Color Harmonies of #E3CA31
Complementary color
Monochromatic Colors of #E3CA31
Black with #E3CA31
Text Example
Text Example
White with #E3CA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CA31; }
p { color: rgb(227,202,49); }
H1.HeaderClassName
{
color: #E3CA31;
}
.AnyTagClassName
{
color: #E3CA31;
}
</style>
background-color css
<style>
a { background-color: #E3CA31; }
a { background-color: rgb(227,202,49); }
div.DivClassName
{
background-color: #E3CA31;
}
.BgClassName
{
background-color: #E3CA31;
}
</style>
border-color css
<style>
span { border-color: #E3CA31; }
span { border-color: rgb(227,202,49); }
td.TdClassName
{
border-color: #E3CA31;
}
.TagClassName
{
border-color: #E3CA31;
}
</style>