Shades of Golden Dream #E3CF30
Tints of Golden Dream #E3CF30
RGB
CMYK
RGB Variations
Color information
#E3CF30 (or 0xE3CF30) is known color: Golden Dream. HEX triplet: E3, CF and 30. RGB value is (227,207,48). Sum of RGB (Red+Green+Blue) = 227+207+48=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3CF30 is #1C30CF. Grayscale: #C3C3C3. Windows color (decimal): -1847504 or 3198947. OLE color: 3198947.
HSL color Cylindrical-coordinate representation of color #E3CF30: hue angle of 53.3º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3CF30 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 48 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.11 |
| HSL | 53.3º | 0.76% | 0.54% | - |
| HSV(B) | 53.3º | 0.79% | 0.89% | - |
| XYZ | 54.52 | 61.17 | 11.73 | - |
| YUV | 194.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 48 | 0 | 0.09 | 0.79 | 0.11 | 53.3 | 0.76 | 0.54 |
| Hex | E3 | CF | 30 | 0 | 9 | 4F | B | 35 | 4C | 36 |
| Octal | 343 | 317 | 60 | 0 | 11 | 117 | 13 | 65 | 114 | 66 |
| Binary | 11100011 | 11001111 | 110000 | 0 | 1001 | 1001111 | 1011 | 110101 | 1001100 | 110110 |
Color Harmonies of #E3CF30
Complementary color
Monochromatic Colors of #E3CF30
Black with #E3CF30
Text Example
Text Example
White with #E3CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CF30; }
p { color: rgb(227,207,48); }
H1.HeaderClassName
{
color: #E3CF30;
}
.AnyTagClassName
{
color: #E3CF30;
}
</style>
background-color css
<style>
a { background-color: #E3CF30; }
a { background-color: rgb(227,207,48); }
div.DivClassName
{
background-color: #E3CF30;
}
.BgClassName
{
background-color: #E3CF30;
}
</style>
border-color css
<style>
span { border-color: #E3CF30; }
span { border-color: rgb(227,207,48); }
td.TdClassName
{
border-color: #E3CF30;
}
.TagClassName
{
border-color: #E3CF30;
}
</style>