Shades of Golden Dream #EFCE30
Tints of Golden Dream #EFCE30
RGB
CMYK
RGB Variations
Color information
#EFCE30 (or 0xEFCE30) is known color: Golden Dream. HEX triplet: EF, CE and 30. RGB value is (239,206,48). Sum of RGB (Red+Green+Blue) = 239+206+48=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE30 is #1031CF. Grayscale: #C6C6C6. Windows color (decimal): -1061328 or 3198703. OLE color: 3198703.
HSL color Cylindrical-coordinate representation of color #EFCE30: hue angle of 49.63º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFCE30 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 48 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.06 |
| HSL | 49.63º | 0.86% | 0.56% | - |
| HSV(B) | 49.63º | 0.8% | 0.94% | - |
| XYZ | 58.2 | 62.71 | 11.83 | - |
| YUV | 197.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 48 | 0 | 0.14 | 0.80 | 0.06 | 49.63 | 0.86 | 0.56 |
| Hex | EF | CE | 30 | 0 | E | 50 | 6 | 32 | 56 | 38 |
| Octal | 357 | 316 | 60 | 0 | 16 | 120 | 6 | 62 | 126 | 70 |
| Binary | 11101111 | 11001110 | 110000 | 0 | 1110 | 1010000 | 110 | 110010 | 1010110 | 111000 |
Color Harmonies of #EFCE30
Complementary color
Monochromatic Colors of #EFCE30
Black with #EFCE30
Text Example
Text Example
White with #EFCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE30; }
p { color: rgb(239,206,48); }
H1.HeaderClassName
{
color: #EFCE30;
}
.AnyTagClassName
{
color: #EFCE30;
}
</style>
background-color css
<style>
a { background-color: #EFCE30; }
a { background-color: rgb(239,206,48); }
div.DivClassName
{
background-color: #EFCE30;
}
.BgClassName
{
background-color: #EFCE30;
}
</style>
border-color css
<style>
span { border-color: #EFCE30; }
span { border-color: rgb(239,206,48); }
td.TdClassName
{
border-color: #EFCE30;
}
.TagClassName
{
border-color: #EFCE30;
}
</style>