Shades of Golden Dream #EFCC2D
Tints of Golden Dream #EFCC2D
RGB
CMYK
RGB Variations
Color information
#EFCC2D (or 0xEFCC2D) is known color: Golden Dream. HEX triplet: EF, CC and 2D. RGB value is (239,204,45). Sum of RGB (Red+Green+Blue) = 239+204+45=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC2D is #1033D2. Grayscale: #C5C5C5. Windows color (decimal): -1061843 or 3001583. OLE color: 3001583.
HSL color Cylindrical-coordinate representation of color #EFCC2D: hue angle of 49.18º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFCC2D is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 45 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.06 |
| HSL | 49.18º | 0.86% | 0.56% | - |
| HSV(B) | 49.18º | 0.81% | 0.94% | - |
| XYZ | 57.66 | 61.73 | 11.36 | - |
| YUV | 196.34 | 42.6 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 45 | 0 | 0.15 | 0.81 | 0.06 | 49.18 | 0.86 | 0.56 |
| Hex | EF | CC | 2D | 0 | F | 51 | 6 | 31 | 56 | 38 |
| Octal | 357 | 314 | 55 | 0 | 17 | 121 | 6 | 61 | 126 | 70 |
| Binary | 11101111 | 11001100 | 101101 | 0 | 1111 | 1010001 | 110 | 110001 | 1010110 | 111000 |
Color Harmonies of #EFCC2D
Complementary color
Monochromatic Colors of #EFCC2D
Black with #EFCC2D
Text Example
Text Example
White with #EFCC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC2D; }
p { color: rgb(239,204,45); }
H1.HeaderClassName
{
color: #EFCC2D;
}
.AnyTagClassName
{
color: #EFCC2D;
}
</style>
background-color css
<style>
a { background-color: #EFCC2D; }
a { background-color: rgb(239,204,45); }
div.DivClassName
{
background-color: #EFCC2D;
}
.BgClassName
{
background-color: #EFCC2D;
}
</style>
border-color css
<style>
span { border-color: #EFCC2D; }
span { border-color: rgb(239,204,45); }
td.TdClassName
{
border-color: #EFCC2D;
}
.TagClassName
{
border-color: #EFCC2D;
}
</style>