Shades of Golden Dream #EFCE28
Tints of Golden Dream #EFCE28
RGB
CMYK
RGB Variations
Color information
#EFCE28 (or 0xEFCE28) is known color: Golden Dream. HEX triplet: EF, CE and 28. RGB value is (239,206,40). Sum of RGB (Red+Green+Blue) = 239+206+40=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE28 is #1031D7. Grayscale: #C5C5C5. Windows color (decimal): -1061336 or 2674415. OLE color: 2674415.
HSL color Cylindrical-coordinate representation of color #EFCE28: hue angle of 50.05º 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 #EFCE28 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 40 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.06 |
| HSL | 50.05º | 0.86% | 0.55% | - |
| HSV(B) | 50.05º | 0.83% | 0.94% | - |
| XYZ | 58.05 | 62.65 | 11.04 | - |
| YUV | 196.94 | 39.43 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 40 | 0 | 0.14 | 0.83 | 0.06 | 50.05 | 0.86 | 0.55 |
| Hex | EF | CE | 28 | 0 | E | 53 | 6 | 32 | 56 | 37 |
| Octal | 357 | 316 | 50 | 0 | 16 | 123 | 6 | 62 | 126 | 67 |
| Binary | 11101111 | 11001110 | 101000 | 0 | 1110 | 1010011 | 110 | 110010 | 1010110 | 110111 |
Color Harmonies of #EFCE28
Complementary color
Monochromatic Colors of #EFCE28
Black with #EFCE28
Text Example
Text Example
White with #EFCE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE28; }
p { color: rgb(239,206,40); }
H1.HeaderClassName
{
color: #EFCE28;
}
.AnyTagClassName
{
color: #EFCE28;
}
</style>
background-color css
<style>
a { background-color: #EFCE28; }
a { background-color: rgb(239,206,40); }
div.DivClassName
{
background-color: #EFCE28;
}
.BgClassName
{
background-color: #EFCE28;
}
</style>
border-color css
<style>
span { border-color: #EFCE28; }
span { border-color: rgb(239,206,40); }
td.TdClassName
{
border-color: #EFCE28;
}
.TagClassName
{
border-color: #EFCE28;
}
</style>