Shades of Golden Dream #EFCD33
Tints of Golden Dream #EFCD33
RGB
CMYK
RGB Variations
Color information
#EFCD33 (or 0xEFCD33) is known color: Golden Dream. HEX triplet: EF, CD and 33. RGB value is (239,205,51). Sum of RGB (Red+Green+Blue) = 239+205+51=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD33 is #1032CC. Grayscale: #C6C6C6. Windows color (decimal): -1061581 or 3395055. OLE color: 3395055.
HSL color Cylindrical-coordinate representation of color #EFCD33: hue angle of 49.15º degrees, saturation: 0.85, 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 #EFCD33 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 51 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.06 |
| HSL | 49.15º | 0.85% | 0.57% | - |
| HSV(B) | 49.15º | 0.79% | 0.94% | - |
| XYZ | 58.03 | 62.25 | 12.09 | - |
| YUV | 197.61 | 45.26 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 51 | 0 | 0.14 | 0.79 | 0.06 | 49.15 | 0.85 | 0.57 |
| Hex | EF | CD | 33 | 0 | E | 4F | 6 | 31 | 55 | 39 |
| Octal | 357 | 315 | 63 | 0 | 16 | 117 | 6 | 61 | 125 | 71 |
| Binary | 11101111 | 11001101 | 110011 | 0 | 1110 | 1001111 | 110 | 110001 | 1010101 | 111001 |
Color Harmonies of #EFCD33
Complementary color
Monochromatic Colors of #EFCD33
Black with #EFCD33
Text Example
Text Example
White with #EFCD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD33; }
p { color: rgb(239,205,51); }
H1.HeaderClassName
{
color: #EFCD33;
}
.AnyTagClassName
{
color: #EFCD33;
}
</style>
background-color css
<style>
a { background-color: #EFCD33; }
a { background-color: rgb(239,205,51); }
div.DivClassName
{
background-color: #EFCD33;
}
.BgClassName
{
background-color: #EFCD33;
}
</style>
border-color css
<style>
span { border-color: #EFCD33; }
span { border-color: rgb(239,205,51); }
td.TdClassName
{
border-color: #EFCD33;
}
.TagClassName
{
border-color: #EFCD33;
}
</style>