Shades of Golden Dream #EFC728
Tints of Golden Dream #EFC728
RGB
CMYK
RGB Variations
Color information
#EFC728 (or 0xEFC728) is known color: Golden Dream. HEX triplet: EF, C7 and 28. RGB value is (239,199,40). Sum of RGB (Red+Green+Blue) = 239+199+40=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC728 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC728 is #1038D7. Grayscale: #C1C1C1. Windows color (decimal): -1063128 or 2672623. OLE color: 2672623.
HSL color Cylindrical-coordinate representation of color #EFC728: hue angle of 47.94º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFC728 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 40 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.06 |
| HSL | 47.94º | 0.86% | 0.55% | - |
| HSV(B) | 47.94º | 0.83% | 0.94% | - |
| XYZ | 56.4 | 59.35 | 10.49 | - |
| YUV | 192.83 | 41.75 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 40 | 0 | 0.17 | 0.83 | 0.06 | 47.94 | 0.86 | 0.55 |
| Hex | EF | C7 | 28 | 0 | 11 | 53 | 6 | 30 | 56 | 37 |
| Octal | 357 | 307 | 50 | 0 | 21 | 123 | 6 | 60 | 126 | 67 |
| Binary | 11101111 | 11000111 | 101000 | 0 | 10001 | 1010011 | 110 | 110000 | 1010110 | 110111 |
Color Harmonies of #EFC728
Complementary color
Monochromatic Colors of #EFC728
Black with #EFC728
Text Example
Text Example
White with #EFC728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC728; }
p { color: rgb(239,199,40); }
H1.HeaderClassName
{
color: #EFC728;
}
.AnyTagClassName
{
color: #EFC728;
}
</style>
background-color css
<style>
a { background-color: #EFC728; }
a { background-color: rgb(239,199,40); }
div.DivClassName
{
background-color: #EFC728;
}
.BgClassName
{
background-color: #EFC728;
}
</style>
border-color css
<style>
span { border-color: #EFC728; }
span { border-color: rgb(239,199,40); }
td.TdClassName
{
border-color: #EFC728;
}
.TagClassName
{
border-color: #EFC728;
}
</style>