Shades of Golden Dream #EFD32D
Tints of Golden Dream #EFD32D
RGB
CMYK
RGB Variations
Color information
#EFD32D (or 0xEFD32D) is known color: Golden Dream. HEX triplet: EF, D3 and 2D. RGB value is (239,211,45). Sum of RGB (Red+Green+Blue) = 239+211+45=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD32D is #102CD2. Grayscale: #C9C9C9. Windows color (decimal): -1060051 or 3003375. OLE color: 3003375.
HSL color Cylindrical-coordinate representation of color #EFD32D: hue angle of 51.34º 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 #EFD32D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 45 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.06 |
| HSL | 51.34º | 0.86% | 0.56% | - |
| HSV(B) | 51.34º | 0.81% | 0.94% | - |
| XYZ | 59.36 | 65.13 | 11.92 | - |
| YUV | 200.45 | 40.28 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 45 | 0 | 0.12 | 0.81 | 0.06 | 51.34 | 0.86 | 0.56 |
| Hex | EF | D3 | 2D | 0 | C | 51 | 6 | 33 | 56 | 38 |
| Octal | 357 | 323 | 55 | 0 | 14 | 121 | 6 | 63 | 126 | 70 |
| Binary | 11101111 | 11010011 | 101101 | 0 | 1100 | 1010001 | 110 | 110011 | 1010110 | 111000 |
Color Harmonies of #EFD32D
Complementary color
Monochromatic Colors of #EFD32D
Black with #EFD32D
Text Example
Text Example
White with #EFD32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD32D; }
p { color: rgb(239,211,45); }
H1.HeaderClassName
{
color: #EFD32D;
}
.AnyTagClassName
{
color: #EFD32D;
}
</style>
background-color css
<style>
a { background-color: #EFD32D; }
a { background-color: rgb(239,211,45); }
div.DivClassName
{
background-color: #EFD32D;
}
.BgClassName
{
background-color: #EFD32D;
}
</style>
border-color css
<style>
span { border-color: #EFD32D; }
span { border-color: rgb(239,211,45); }
td.TdClassName
{
border-color: #EFD32D;
}
.TagClassName
{
border-color: #EFD32D;
}
</style>