Shades of Golden Dream #EFD52B
Tints of Golden Dream #EFD52B
RGB
CMYK
RGB Variations
Color information
#EFD52B (or 0xEFD52B) is known color: Golden Dream. HEX triplet: EF, D5 and 2B. RGB value is (239,213,43). Sum of RGB (Red+Green+Blue) = 239+213+43=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD52B is #102AD4. Grayscale: #CACACA. Windows color (decimal): -1059541 or 2872815. OLE color: 2872815.
HSL color Cylindrical-coordinate representation of color #EFD52B: hue angle of 52.04º 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 #EFD52B is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 43 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.06 |
| HSL | 52.04º | 0.86% | 0.55% | - |
| HSV(B) | 52.04º | 0.82% | 0.94% | - |
| XYZ | 59.83 | 66.11 | 11.89 | - |
| YUV | 201.39 | 38.61 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 43 | 0 | 0.11 | 0.82 | 0.06 | 52.04 | 0.86 | 0.55 |
| Hex | EF | D5 | 2B | 0 | B | 52 | 6 | 34 | 56 | 37 |
| Octal | 357 | 325 | 53 | 0 | 13 | 122 | 6 | 64 | 126 | 67 |
| Binary | 11101111 | 11010101 | 101011 | 0 | 1011 | 1010010 | 110 | 110100 | 1010110 | 110111 |
Color Harmonies of #EFD52B
Complementary color
Monochromatic Colors of #EFD52B
Black with #EFD52B
Text Example
Text Example
White with #EFD52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD52B; }
p { color: rgb(239,213,43); }
H1.HeaderClassName
{
color: #EFD52B;
}
.AnyTagClassName
{
color: #EFD52B;
}
</style>
background-color css
<style>
a { background-color: #EFD52B; }
a { background-color: rgb(239,213,43); }
div.DivClassName
{
background-color: #EFD52B;
}
.BgClassName
{
background-color: #EFD52B;
}
</style>
border-color css
<style>
span { border-color: #EFD52B; }
span { border-color: rgb(239,213,43); }
td.TdClassName
{
border-color: #EFD52B;
}
.TagClassName
{
border-color: #EFD52B;
}
</style>