Shades of Golden Dream #EFCC32
Tints of Golden Dream #EFCC32
RGB
CMYK
RGB Variations
Color information
#EFCC32 (or 0xEFCC32) is known color: Golden Dream. HEX triplet: EF, CC and 32. RGB value is (239,204,50). Sum of RGB (Red+Green+Blue) = 239+204+50=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC32 is #1033CD. Grayscale: #C5C5C5. Windows color (decimal): -1061838 or 3329263. OLE color: 3329263.
HSL color Cylindrical-coordinate representation of color #EFCC32: hue angle of 48.89º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFCC32 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 50 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.06 |
| HSL | 48.89º | 0.86% | 0.57% | - |
| HSV(B) | 48.89º | 0.79% | 0.94% | - |
| XYZ | 57.77 | 61.77 | 11.9 | - |
| YUV | 196.91 | 45.1 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 50 | 0 | 0.15 | 0.79 | 0.06 | 48.89 | 0.86 | 0.57 |
| Hex | EF | CC | 32 | 0 | F | 4F | 6 | 31 | 56 | 39 |
| Octal | 357 | 314 | 62 | 0 | 17 | 117 | 6 | 61 | 126 | 71 |
| Binary | 11101111 | 11001100 | 110010 | 0 | 1111 | 1001111 | 110 | 110001 | 1010110 | 111001 |
Color Harmonies of #EFCC32
Complementary color
Monochromatic Colors of #EFCC32
Black with #EFCC32
Text Example
Text Example
White with #EFCC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC32; }
p { color: rgb(239,204,50); }
H1.HeaderClassName
{
color: #EFCC32;
}
.AnyTagClassName
{
color: #EFCC32;
}
</style>
background-color css
<style>
a { background-color: #EFCC32; }
a { background-color: rgb(239,204,50); }
div.DivClassName
{
background-color: #EFCC32;
}
.BgClassName
{
background-color: #EFCC32;
}
</style>
border-color css
<style>
span { border-color: #EFCC32; }
span { border-color: rgb(239,204,50); }
td.TdClassName
{
border-color: #EFCC32;
}
.TagClassName
{
border-color: #EFCC32;
}
</style>