Shades of Golden Dream #EFC72E
Tints of Golden Dream #EFC72E
RGB
CMYK
RGB Variations
Color information
#EFC72E (or 0xEFC72E) is known color: Golden Dream. HEX triplet: EF, C7 and 2E. RGB value is (239,199,46). Sum of RGB (Red+Green+Blue) = 239+199+46=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC72E is #1038D1. Grayscale: #C2C2C2. Windows color (decimal): -1063122 or 3065839. OLE color: 3065839.
HSL color Cylindrical-coordinate representation of color #EFC72E: hue angle of 47.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFC72E is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 46 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.06 |
| HSL | 47.56º | 0.86% | 0.56% | - |
| HSV(B) | 47.56º | 0.81% | 0.94% | - |
| XYZ | 56.51 | 59.39 | 11.07 | - |
| YUV | 193.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 46 | 0 | 0.17 | 0.81 | 0.06 | 47.56 | 0.86 | 0.56 |
| Hex | EF | C7 | 2E | 0 | 11 | 51 | 6 | 30 | 56 | 38 |
| Octal | 357 | 307 | 56 | 0 | 21 | 121 | 6 | 60 | 126 | 70 |
| Binary | 11101111 | 11000111 | 101110 | 0 | 10001 | 1010001 | 110 | 110000 | 1010110 | 111000 |
Color Harmonies of #EFC72E
Complementary color
Monochromatic Colors of #EFC72E
Black with #EFC72E
Text Example
Text Example
White with #EFC72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC72E; }
p { color: rgb(239,199,46); }
H1.HeaderClassName
{
color: #EFC72E;
}
.AnyTagClassName
{
color: #EFC72E;
}
</style>
background-color css
<style>
a { background-color: #EFC72E; }
a { background-color: rgb(239,199,46); }
div.DivClassName
{
background-color: #EFC72E;
}
.BgClassName
{
background-color: #EFC72E;
}
</style>
border-color css
<style>
span { border-color: #EFC72E; }
span { border-color: rgb(239,199,46); }
td.TdClassName
{
border-color: #EFC72E;
}
.TagClassName
{
border-color: #EFC72E;
}
</style>