Shades of Golden Dream #EFD23A
Tints of Golden Dream #EFD23A
RGB
CMYK
RGB Variations
Color information
#EFD23A (or 0xEFD23A) is known color: Golden Dream. HEX triplet: EF, D2 and 3A. RGB value is (239,210,58). Sum of RGB (Red+Green+Blue) = 239+210+58=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD23A is #102DC5. Grayscale: #C9C9C9. Windows color (decimal): -1060294 or 3855087. OLE color: 3855087.
HSL color Cylindrical-coordinate representation of color #EFD23A: hue angle of 50.39º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFD23A is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 58 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.06 |
| HSL | 50.39º | 0.85% | 0.58% | - |
| HSV(B) | 50.39º | 0.76% | 0.94% | - |
| XYZ | 59.41 | 64.75 | 13.37 | - |
| YUV | 201.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 58 | 0 | 0.12 | 0.76 | 0.06 | 50.39 | 0.85 | 0.58 |
| Hex | EF | D2 | 3A | 0 | C | 4C | 6 | 32 | 55 | 3A |
| Octal | 357 | 322 | 72 | 0 | 14 | 114 | 6 | 62 | 125 | 72 |
| Binary | 11101111 | 11010010 | 111010 | 0 | 1100 | 1001100 | 110 | 110010 | 1010101 | 111010 |
Color Harmonies of #EFD23A
Complementary color
Monochromatic Colors of #EFD23A
Black with #EFD23A
Text Example
Text Example
White with #EFD23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD23A; }
p { color: rgb(239,210,58); }
H1.HeaderClassName
{
color: #EFD23A;
}
.AnyTagClassName
{
color: #EFD23A;
}
</style>
background-color css
<style>
a { background-color: #EFD23A; }
a { background-color: rgb(239,210,58); }
div.DivClassName
{
background-color: #EFD23A;
}
.BgClassName
{
background-color: #EFD23A;
}
</style>
border-color css
<style>
span { border-color: #EFD23A; }
span { border-color: rgb(239,210,58); }
td.TdClassName
{
border-color: #EFD23A;
}
.TagClassName
{
border-color: #EFD23A;
}
</style>