Shades of Golden Dream #E5CF2F
Tints of Golden Dream #E5CF2F
RGB
CMYK
RGB Variations
Color information
#E5CF2F (or 0xE5CF2F) is known color: Golden Dream. HEX triplet: E5, CF and 2F. RGB value is (229,207,47). Sum of RGB (Red+Green+Blue) = 229+207+47=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF2F is #1A30D0. Grayscale: #C3C3C3. Windows color (decimal): -1716433 or 3133413. OLE color: 3133413.
HSL color Cylindrical-coordinate representation of color #E5CF2F: hue angle of 52.75º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5CF2F is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 47 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.10 |
| HSL | 52.75º | 0.78% | 0.54% | - |
| HSV(B) | 52.75º | 0.79% | 0.9% | - |
| XYZ | 55.14 | 61.49 | 11.65 | - |
| YUV | 195.34 | 44.29 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 47 | 0 | 0.10 | 0.79 | 0.10 | 52.75 | 0.78 | 0.54 |
| Hex | E5 | CF | 2F | 0 | A | 4F | A | 35 | 4E | 36 |
| Octal | 345 | 317 | 57 | 0 | 12 | 117 | 12 | 65 | 116 | 66 |
| Binary | 11100101 | 11001111 | 101111 | 0 | 1010 | 1001111 | 1010 | 110101 | 1001110 | 110110 |
Color Harmonies of #E5CF2F
Complementary color
Monochromatic Colors of #E5CF2F
Black with #E5CF2F
Text Example
Text Example
White with #E5CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF2F; }
p { color: rgb(229,207,47); }
H1.HeaderClassName
{
color: #E5CF2F;
}
.AnyTagClassName
{
color: #E5CF2F;
}
</style>
background-color css
<style>
a { background-color: #E5CF2F; }
a { background-color: rgb(229,207,47); }
div.DivClassName
{
background-color: #E5CF2F;
}
.BgClassName
{
background-color: #E5CF2F;
}
</style>
border-color css
<style>
span { border-color: #E5CF2F; }
span { border-color: rgb(229,207,47); }
td.TdClassName
{
border-color: #E5CF2F;
}
.TagClassName
{
border-color: #E5CF2F;
}
</style>