Shades of Bright Sun #EFBD27
Tints of Bright Sun #EFBD27
RGB
CMYK
RGB Variations
Color information
#EFBD27 (or 0xEFBD27) is known color: Bright Sun. HEX triplet: EF, BD and 27. RGB value is (239,189,39). Sum of RGB (Red+Green+Blue) = 239+189+39=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD27 is #1042D8. Grayscale: #BBBBBB. Windows color (decimal): -1065689 or 2604527. OLE color: 2604527.
HSL color Cylindrical-coordinate representation of color #EFBD27: hue angle of 45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFBD27 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 39 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.06 |
| HSL | 45º | 0.86% | 0.55% | - |
| HSV(B) | 45º | 0.84% | 0.94% | - |
| XYZ | 54.16 | 54.89 | 9.66 | - |
| YUV | 186.85 | 44.57 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 39 | 0 | 0.21 | 0.84 | 0.06 | 45 | 0.86 | 0.55 |
| Hex | EF | BD | 27 | 0 | 15 | 54 | 6 | 2D | 56 | 37 |
| Octal | 357 | 275 | 47 | 0 | 25 | 124 | 6 | 55 | 126 | 67 |
| Binary | 11101111 | 10111101 | 100111 | 0 | 10101 | 1010100 | 110 | 101101 | 1010110 | 110111 |
Color Harmonies of #EFBD27
Complementary color
Monochromatic Colors of #EFBD27
Black with #EFBD27
Text Example
Text Example
White with #EFBD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD27; }
p { color: rgb(239,189,39); }
H1.HeaderClassName
{
color: #EFBD27;
}
.AnyTagClassName
{
color: #EFBD27;
}
</style>
background-color css
<style>
a { background-color: #EFBD27; }
a { background-color: rgb(239,189,39); }
div.DivClassName
{
background-color: #EFBD27;
}
.BgClassName
{
background-color: #EFBD27;
}
</style>
border-color css
<style>
span { border-color: #EFBD27; }
span { border-color: rgb(239,189,39); }
td.TdClassName
{
border-color: #EFBD27;
}
.TagClassName
{
border-color: #EFBD27;
}
</style>