Shades of Golden Dream #EFD32E
Tints of Golden Dream #EFD32E
RGB
CMYK
RGB Variations
Color information
#EFD32E (or 0xEFD32E) is known color: Golden Dream. HEX triplet: EF, D3 and 2E. RGB value is (239,211,46). Sum of RGB (Red+Green+Blue) = 239+211+46=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD32E is #102CD1. Grayscale: #C9C9C9. Windows color (decimal): -1060050 or 3068911. OLE color: 3068911.
HSL color Cylindrical-coordinate representation of color #EFD32E: hue angle of 51.3º 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 #EFD32E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 46 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.06 |
| HSL | 51.3º | 0.86% | 0.56% | - |
| HSV(B) | 51.3º | 0.81% | 0.94% | - |
| XYZ | 59.38 | 65.14 | 12.03 | - |
| YUV | 200.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 46 | 0 | 0.12 | 0.81 | 0.06 | 51.3 | 0.86 | 0.56 |
| Hex | EF | D3 | 2E | 0 | C | 51 | 6 | 33 | 56 | 38 |
| Octal | 357 | 323 | 56 | 0 | 14 | 121 | 6 | 63 | 126 | 70 |
| Binary | 11101111 | 11010011 | 101110 | 0 | 1100 | 1010001 | 110 | 110011 | 1010110 | 111000 |
Color Harmonies of #EFD32E
Complementary color
Monochromatic Colors of #EFD32E
Black with #EFD32E
Text Example
Text Example
White with #EFD32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD32E; }
p { color: rgb(239,211,46); }
H1.HeaderClassName
{
color: #EFD32E;
}
.AnyTagClassName
{
color: #EFD32E;
}
</style>
background-color css
<style>
a { background-color: #EFD32E; }
a { background-color: rgb(239,211,46); }
div.DivClassName
{
background-color: #EFD32E;
}
.BgClassName
{
background-color: #EFD32E;
}
</style>
border-color css
<style>
span { border-color: #EFD32E; }
span { border-color: rgb(239,211,46); }
td.TdClassName
{
border-color: #EFD32E;
}
.TagClassName
{
border-color: #EFD32E;
}
</style>