Shades of Bright Sun #EFB828
Tints of Bright Sun #EFB828
RGB
CMYK
RGB Variations
Color information
#EFB828 (or 0xEFB828) is known color: Bright Sun. HEX triplet: EF, B8 and 28. RGB value is (239,184,40). Sum of RGB (Red+Green+Blue) = 239+184+40=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB828 is #1047D7. Grayscale: #B8B8B8. Windows color (decimal): -1066968 or 2668783. OLE color: 2668783.
HSL color Cylindrical-coordinate representation of color #EFB828: hue angle of 43.42º 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 #EFB828 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 40 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.06 |
| HSL | 43.42º | 0.86% | 0.55% | - |
| HSV(B) | 43.42º | 0.83% | 0.94% | - |
| XYZ | 53.12 | 52.78 | 9.4 | - |
| YUV | 184.03 | 46.72 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 40 | 0 | 0.23 | 0.83 | 0.06 | 43.42 | 0.86 | 0.55 |
| Hex | EF | B8 | 28 | 0 | 17 | 53 | 6 | 2B | 56 | 37 |
| Octal | 357 | 270 | 50 | 0 | 27 | 123 | 6 | 53 | 126 | 67 |
| Binary | 11101111 | 10111000 | 101000 | 0 | 10111 | 1010011 | 110 | 101011 | 1010110 | 110111 |
Color Harmonies of #EFB828
Complementary color
Monochromatic Colors of #EFB828
Black with #EFB828
Text Example
Text Example
White with #EFB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB828; }
p { color: rgb(239,184,40); }
H1.HeaderClassName
{
color: #EFB828;
}
.AnyTagClassName
{
color: #EFB828;
}
</style>
background-color css
<style>
a { background-color: #EFB828; }
a { background-color: rgb(239,184,40); }
div.DivClassName
{
background-color: #EFB828;
}
.BgClassName
{
background-color: #EFB828;
}
</style>
border-color css
<style>
span { border-color: #EFB828; }
span { border-color: rgb(239,184,40); }
td.TdClassName
{
border-color: #EFB828;
}
.TagClassName
{
border-color: #EFB828;
}
</style>