Shades of Golden Dream #EFCC37
Tints of Golden Dream #EFCC37
RGB
CMYK
RGB Variations
Color information
#EFCC37 (or 0xEFCC37) is known color: Golden Dream. HEX triplet: EF, CC and 37. RGB value is (239,204,55). Sum of RGB (Red+Green+Blue) = 239+204+55=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 55 (21.88% from 255 or 11.04% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC37 is #1033C8. Grayscale: #C6C6C6. Windows color (decimal): -1061833 or 3656943. OLE color: 3656943.
HSL color Cylindrical-coordinate representation of color #EFCC37: hue angle of 48.59º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFCC37 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 55 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.06 |
| HSL | 48.59º | 0.85% | 0.58% | - |
| HSV(B) | 48.59º | 0.77% | 0.94% | - |
| XYZ | 57.88 | 61.81 | 12.49 | - |
| YUV | 197.48 | 47.6 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 55 | 0 | 0.15 | 0.77 | 0.06 | 48.59 | 0.85 | 0.58 |
| Hex | EF | CC | 37 | 0 | F | 4D | 6 | 31 | 55 | 3A |
| Octal | 357 | 314 | 67 | 0 | 17 | 115 | 6 | 61 | 125 | 72 |
| Binary | 11101111 | 11001100 | 110111 | 0 | 1111 | 1001101 | 110 | 110001 | 1010101 | 111010 |
Color Harmonies of #EFCC37
Complementary color
Monochromatic Colors of #EFCC37
Black with #EFCC37
Text Example
Text Example
White with #EFCC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC37; }
p { color: rgb(239,204,55); }
H1.HeaderClassName
{
color: #EFCC37;
}
.AnyTagClassName
{
color: #EFCC37;
}
</style>
background-color css
<style>
a { background-color: #EFCC37; }
a { background-color: rgb(239,204,55); }
div.DivClassName
{
background-color: #EFCC37;
}
.BgClassName
{
background-color: #EFCC37;
}
</style>
border-color css
<style>
span { border-color: #EFCC37; }
span { border-color: rgb(239,204,55); }
td.TdClassName
{
border-color: #EFCC37;
}
.TagClassName
{
border-color: #EFCC37;
}
</style>