Shades of Golden Dream #EFCD28
Tints of Golden Dream #EFCD28
RGB
CMYK
RGB Variations
Color information
#EFCD28 (or 0xEFCD28) is known color: Golden Dream. HEX triplet: EF, CD and 28. RGB value is (239,205,40). Sum of RGB (Red+Green+Blue) = 239+205+40=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD28 is #1032D7. Grayscale: #C5C5C5. Windows color (decimal): -1061592 or 2674159. OLE color: 2674159.
HSL color Cylindrical-coordinate representation of color #EFCD28: hue angle of 49.75º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFCD28 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 40 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.06 |
| HSL | 49.75º | 0.86% | 0.55% | - |
| HSV(B) | 49.75º | 0.83% | 0.94% | - |
| XYZ | 57.81 | 62.17 | 10.96 | - |
| YUV | 196.36 | 39.76 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 40 | 0 | 0.14 | 0.83 | 0.06 | 49.75 | 0.86 | 0.55 |
| Hex | EF | CD | 28 | 0 | E | 53 | 6 | 32 | 56 | 37 |
| Octal | 357 | 315 | 50 | 0 | 16 | 123 | 6 | 62 | 126 | 67 |
| Binary | 11101111 | 11001101 | 101000 | 0 | 1110 | 1010011 | 110 | 110010 | 1010110 | 110111 |
Color Harmonies of #EFCD28
Complementary color
Monochromatic Colors of #EFCD28
Black with #EFCD28
Text Example
Text Example
White with #EFCD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD28; }
p { color: rgb(239,205,40); }
H1.HeaderClassName
{
color: #EFCD28;
}
.AnyTagClassName
{
color: #EFCD28;
}
</style>
background-color css
<style>
a { background-color: #EFCD28; }
a { background-color: rgb(239,205,40); }
div.DivClassName
{
background-color: #EFCD28;
}
.BgClassName
{
background-color: #EFCD28;
}
</style>
border-color css
<style>
span { border-color: #EFCD28; }
span { border-color: rgb(239,205,40); }
td.TdClassName
{
border-color: #EFCD28;
}
.TagClassName
{
border-color: #EFCD28;
}
</style>