Shades of Golden Dream #EFCC2A
Tints of Golden Dream #EFCC2A
RGB
CMYK
RGB Variations
Color information
#EFCC2A (or 0xEFCC2A) is known color: Golden Dream. HEX triplet: EF, CC and 2A. RGB value is (239,204,42). Sum of RGB (Red+Green+Blue) = 239+204+42=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC2A is #1033D5. Grayscale: #C4C4C4. Windows color (decimal): -1061846 or 2804975. OLE color: 2804975.
HSL color Cylindrical-coordinate representation of color #EFCC2A: hue angle of 49.34º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFCC2A is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 42 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.06 |
| HSL | 49.34º | 0.86% | 0.55% | - |
| HSV(B) | 49.34º | 0.82% | 0.94% | - |
| XYZ | 57.61 | 61.7 | 11.06 | - |
| YUV | 196 | 41.1 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 42 | 0 | 0.15 | 0.82 | 0.06 | 49.34 | 0.86 | 0.55 |
| Hex | EF | CC | 2A | 0 | F | 52 | 6 | 31 | 56 | 37 |
| Octal | 357 | 314 | 52 | 0 | 17 | 122 | 6 | 61 | 126 | 67 |
| Binary | 11101111 | 11001100 | 101010 | 0 | 1111 | 1010010 | 110 | 110001 | 1010110 | 110111 |
Color Harmonies of #EFCC2A
Complementary color
Monochromatic Colors of #EFCC2A
Black with #EFCC2A
Text Example
Text Example
White with #EFCC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC2A; }
p { color: rgb(239,204,42); }
H1.HeaderClassName
{
color: #EFCC2A;
}
.AnyTagClassName
{
color: #EFCC2A;
}
</style>
background-color css
<style>
a { background-color: #EFCC2A; }
a { background-color: rgb(239,204,42); }
div.DivClassName
{
background-color: #EFCC2A;
}
.BgClassName
{
background-color: #EFCC2A;
}
</style>
border-color css
<style>
span { border-color: #EFCC2A; }
span { border-color: rgb(239,204,42); }
td.TdClassName
{
border-color: #EFCC2A;
}
.TagClassName
{
border-color: #EFCC2A;
}
</style>