Shades of Golden Dream #EFCC2F
Tints of Golden Dream #EFCC2F
RGB
CMYK
RGB Variations
Color information
#EFCC2F (or 0xEFCC2F) is known color: Golden Dream. HEX triplet: EF, CC and 2F. RGB value is (239,204,47). Sum of RGB (Red+Green+Blue) = 239+204+47=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC2F is #1033D0. Grayscale: #C5C5C5. Windows color (decimal): -1061841 or 3132655. OLE color: 3132655.
HSL color Cylindrical-coordinate representation of color #EFCC2F: hue angle of 49.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFCC2F is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 47 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.06 |
| HSL | 49.06º | 0.86% | 0.56% | - |
| HSV(B) | 49.06º | 0.8% | 0.94% | - |
| XYZ | 57.7 | 61.74 | 11.57 | - |
| YUV | 196.57 | 43.6 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 47 | 0 | 0.15 | 0.80 | 0.06 | 49.06 | 0.86 | 0.56 |
| Hex | EF | CC | 2F | 0 | F | 50 | 6 | 31 | 56 | 38 |
| Octal | 357 | 314 | 57 | 0 | 17 | 120 | 6 | 61 | 126 | 70 |
| Binary | 11101111 | 11001100 | 101111 | 0 | 1111 | 1010000 | 110 | 110001 | 1010110 | 111000 |
Color Harmonies of #EFCC2F
Complementary color
Monochromatic Colors of #EFCC2F
Black with #EFCC2F
Text Example
Text Example
White with #EFCC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC2F; }
p { color: rgb(239,204,47); }
H1.HeaderClassName
{
color: #EFCC2F;
}
.AnyTagClassName
{
color: #EFCC2F;
}
</style>
background-color css
<style>
a { background-color: #EFCC2F; }
a { background-color: rgb(239,204,47); }
div.DivClassName
{
background-color: #EFCC2F;
}
.BgClassName
{
background-color: #EFCC2F;
}
</style>
border-color css
<style>
span { border-color: #EFCC2F; }
span { border-color: rgb(239,204,47); }
td.TdClassName
{
border-color: #EFCC2F;
}
.TagClassName
{
border-color: #EFCC2F;
}
</style>