Shades of Golden Dream #EFCB32
Tints of Golden Dream #EFCB32
RGB
CMYK
RGB Variations
Color information
#EFCB32 (or 0xEFCB32) is known color: Golden Dream. HEX triplet: EF, CB and 32. RGB value is (239,203,50). Sum of RGB (Red+Green+Blue) = 239+203+50=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCB32 is #1034CD. Grayscale: #C4C4C4. Windows color (decimal): -1062094 or 3329007. OLE color: 3329007.
HSL color Cylindrical-coordinate representation of color #EFCB32: hue angle of 48.57º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFCB32 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 50 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.06 |
| HSL | 48.57º | 0.86% | 0.57% | - |
| HSV(B) | 48.57º | 0.79% | 0.94% | - |
| XYZ | 57.53 | 61.29 | 11.82 | - |
| YUV | 196.32 | 45.43 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 50 | 0 | 0.15 | 0.79 | 0.06 | 48.57 | 0.86 | 0.57 |
| Hex | EF | CB | 32 | 0 | F | 4F | 6 | 31 | 56 | 39 |
| Octal | 357 | 313 | 62 | 0 | 17 | 117 | 6 | 61 | 126 | 71 |
| Binary | 11101111 | 11001011 | 110010 | 0 | 1111 | 1001111 | 110 | 110001 | 1010110 | 111001 |
Color Harmonies of #EFCB32
Complementary color
Monochromatic Colors of #EFCB32
Black with #EFCB32
Text Example
Text Example
White with #EFCB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB32; }
p { color: rgb(239,203,50); }
H1.HeaderClassName
{
color: #EFCB32;
}
.AnyTagClassName
{
color: #EFCB32;
}
</style>
background-color css
<style>
a { background-color: #EFCB32; }
a { background-color: rgb(239,203,50); }
div.DivClassName
{
background-color: #EFCB32;
}
.BgClassName
{
background-color: #EFCB32;
}
</style>
border-color css
<style>
span { border-color: #EFCB32; }
span { border-color: rgb(239,203,50); }
td.TdClassName
{
border-color: #EFCB32;
}
.TagClassName
{
border-color: #EFCB32;
}
</style>