Shades of Bright Sun #EFBC27
Tints of Bright Sun #EFBC27
RGB
CMYK
RGB Variations
Color information
#EFBC27 (or 0xEFBC27) is known color: Bright Sun. HEX triplet: EF, BC and 27. RGB value is (239,188,39). Sum of RGB (Red+Green+Blue) = 239+188+39=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 39 (15.62% from 255 or 8.37% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC27 is #1043D8. Grayscale: #BABABA. Windows color (decimal): -1065945 or 2604271. OLE color: 2604271.
HSL color Cylindrical-coordinate representation of color #EFBC27: hue angle of 44.7º 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 #EFBC27 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 39 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.06 |
| HSL | 44.7º | 0.86% | 0.55% | - |
| HSV(B) | 44.7º | 0.84% | 0.94% | - |
| XYZ | 53.95 | 54.46 | 9.59 | - |
| YUV | 186.26 | 44.9 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 39 | 0 | 0.21 | 0.84 | 0.06 | 44.7 | 0.86 | 0.55 |
| Hex | EF | BC | 27 | 0 | 15 | 54 | 6 | 2D | 56 | 37 |
| Octal | 357 | 274 | 47 | 0 | 25 | 124 | 6 | 55 | 126 | 67 |
| Binary | 11101111 | 10111100 | 100111 | 0 | 10101 | 1010100 | 110 | 101101 | 1010110 | 110111 |
Color Harmonies of #EFBC27
Complementary color
Monochromatic Colors of #EFBC27
Black with #EFBC27
Text Example
Text Example
White with #EFBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC27; }
p { color: rgb(239,188,39); }
H1.HeaderClassName
{
color: #EFBC27;
}
.AnyTagClassName
{
color: #EFBC27;
}
</style>
background-color css
<style>
a { background-color: #EFBC27; }
a { background-color: rgb(239,188,39); }
div.DivClassName
{
background-color: #EFBC27;
}
.BgClassName
{
background-color: #EFBC27;
}
</style>
border-color css
<style>
span { border-color: #EFBC27; }
span { border-color: rgb(239,188,39); }
td.TdClassName
{
border-color: #EFBC27;
}
.TagClassName
{
border-color: #EFBC27;
}
</style>