Shades of Golden Dream #EFC828
Tints of Golden Dream #EFC828
RGB
CMYK
RGB Variations
Color information
#EFC828 (or 0xEFC828) is known color: Golden Dream. HEX triplet: EF, C8 and 28. RGB value is (239,200,40). Sum of RGB (Red+Green+Blue) = 239+200+40=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC828 is #1037D7. Grayscale: #C2C2C2. Windows color (decimal): -1062872 or 2672879. OLE color: 2672879.
HSL color Cylindrical-coordinate representation of color #EFC828: hue angle of 48.24º 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 #EFC828 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 200 | 40 | - |
CMYK | 0 | 0.16 | 0.83 | 0.06 |
HSL | 48.24º | 0.86% | 0.55% | - |
HSV(B) | 48.24º | 0.83% | 0.94% | - |
XYZ | 56.63 | 59.81 | 10.57 | - |
YUV | 193.42 | 41.42 | 160.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 200 | 40 | 0 | 0.16 | 0.83 | 0.06 | 48.24 | 0.86 | 0.55 |
Hex | EF | C8 | 28 | 0 | 10 | 53 | 6 | 30 | 56 | 37 |
Octal | 357 | 310 | 50 | 0 | 20 | 123 | 6 | 60 | 126 | 67 |
Binary | 11101111 | 11001000 | 101000 | 0 | 10000 | 1010011 | 110 | 110000 | 1010110 | 110111 |
Color Harmonies of #EFC828
Complementary color
Monochromatic Colors of #EFC828
Black with #EFC828
Text Example
Text Example
White with #EFC828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC828; }
p { color: rgb(239,200,40); }
H1.HeaderClassName
{
color: #EFC828;
}
.AnyTagClassName
{
color: #EFC828;
}
</style>
background-color css
<style>
a { background-color: #EFC828; }
a { background-color: rgb(239,200,40); }
div.DivClassName
{
background-color: #EFC828;
}
.BgClassName
{
background-color: #EFC828;
}
</style>
border-color css
<style>
span { border-color: #EFC828; }
span { border-color: rgb(239,200,40); }
td.TdClassName
{
border-color: #EFC828;
}
.TagClassName
{
border-color: #EFC828;
}
</style>