Shades of Golden Dream #EFD135
Tints of Golden Dream #EFD135
RGB
CMYK
RGB Variations
Color information
#EFD135 (or 0xEFD135) is known color: Golden Dream. HEX triplet: EF, D1 and 35. RGB value is (239,209,53). Sum of RGB (Red+Green+Blue) = 239+209+53=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD135 is #102ECA. Grayscale: #C8C8C8. Windows color (decimal): -1060555 or 3527151. OLE color: 3527151.
HSL color Cylindrical-coordinate representation of color #EFD135: hue angle of 50.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFD135 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 53 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.06 |
| HSL | 50.32º | 0.85% | 0.57% | - |
| HSV(B) | 50.32º | 0.78% | 0.94% | - |
| XYZ | 59.04 | 64.21 | 12.65 | - |
| YUV | 200.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 53 | 0 | 0.13 | 0.78 | 0.06 | 50.32 | 0.85 | 0.57 |
| Hex | EF | D1 | 35 | 0 | D | 4E | 6 | 32 | 55 | 39 |
| Octal | 357 | 321 | 65 | 0 | 15 | 116 | 6 | 62 | 125 | 71 |
| Binary | 11101111 | 11010001 | 110101 | 0 | 1101 | 1001110 | 110 | 110010 | 1010101 | 111001 |
Color Harmonies of #EFD135
Complementary color
Monochromatic Colors of #EFD135
Black with #EFD135
Text Example
Text Example
White with #EFD135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD135; }
p { color: rgb(239,209,53); }
H1.HeaderClassName
{
color: #EFD135;
}
.AnyTagClassName
{
color: #EFD135;
}
</style>
background-color css
<style>
a { background-color: #EFD135; }
a { background-color: rgb(239,209,53); }
div.DivClassName
{
background-color: #EFD135;
}
.BgClassName
{
background-color: #EFD135;
}
</style>
border-color css
<style>
span { border-color: #EFD135; }
span { border-color: rgb(239,209,53); }
td.TdClassName
{
border-color: #EFD135;
}
.TagClassName
{
border-color: #EFD135;
}
</style>