Shades of Golden Dream #EFC92D
Tints of Golden Dream #EFC92D
RGB
CMYK
RGB Variations
Color information
#EFC92D (or 0xEFC92D) is known color: Golden Dream. HEX triplet: EF, C9 and 2D. RGB value is (239,201,45). Sum of RGB (Red+Green+Blue) = 239+201+45=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC92D is #1036D2. Grayscale: #C3C3C3. Windows color (decimal): -1062611 or 3000815. OLE color: 3000815.
HSL color Cylindrical-coordinate representation of color #EFC92D: hue angle of 48.25º 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 #EFC92D is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 45 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.06 |
| HSL | 48.25º | 0.86% | 0.56% | - |
| HSV(B) | 48.25º | 0.81% | 0.94% | - |
| XYZ | 56.96 | 60.31 | 11.12 | - |
| YUV | 194.58 | 43.59 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 45 | 0 | 0.16 | 0.81 | 0.06 | 48.25 | 0.86 | 0.56 |
| Hex | EF | C9 | 2D | 0 | 10 | 51 | 6 | 30 | 56 | 38 |
| Octal | 357 | 311 | 55 | 0 | 20 | 121 | 6 | 60 | 126 | 70 |
| Binary | 11101111 | 11001001 | 101101 | 0 | 10000 | 1010001 | 110 | 110000 | 1010110 | 111000 |
Color Harmonies of #EFC92D
Complementary color
Monochromatic Colors of #EFC92D
Black with #EFC92D
Text Example
Text Example
White with #EFC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC92D; }
p { color: rgb(239,201,45); }
H1.HeaderClassName
{
color: #EFC92D;
}
.AnyTagClassName
{
color: #EFC92D;
}
</style>
background-color css
<style>
a { background-color: #EFC92D; }
a { background-color: rgb(239,201,45); }
div.DivClassName
{
background-color: #EFC92D;
}
.BgClassName
{
background-color: #EFC92D;
}
</style>
border-color css
<style>
span { border-color: #EFC92D; }
span { border-color: rgb(239,201,45); }
td.TdClassName
{
border-color: #EFC92D;
}
.TagClassName
{
border-color: #EFC92D;
}
</style>