Shades of Bright Sun #EFC127
Tints of Bright Sun #EFC127
RGB
CMYK
RGB Variations
Color information
#EFC127 (or 0xEFC127) is known color: Bright Sun. HEX triplet: EF, C1 and 27. RGB value is (239,193,39). Sum of RGB (Red+Green+Blue) = 239+193+39=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 39 (15.62% from 255 or 8.28% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC127 is #103ED8. Grayscale: #BDBDBD. Windows color (decimal): -1064665 or 2605551. OLE color: 2605551.
HSL color Cylindrical-coordinate representation of color #EFC127: hue angle of 46.2º 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 #EFC127 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 39 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.06 |
| HSL | 46.2º | 0.86% | 0.55% | - |
| HSV(B) | 46.2º | 0.84% | 0.94% | - |
| XYZ | 55.03 | 56.64 | 9.95 | - |
| YUV | 189.2 | 43.24 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 39 | 0 | 0.19 | 0.84 | 0.06 | 46.2 | 0.86 | 0.55 |
| Hex | EF | C1 | 27 | 0 | 13 | 54 | 6 | 2E | 56 | 37 |
| Octal | 357 | 301 | 47 | 0 | 23 | 124 | 6 | 56 | 126 | 67 |
| Binary | 11101111 | 11000001 | 100111 | 0 | 10011 | 1010100 | 110 | 101110 | 1010110 | 110111 |
Color Harmonies of #EFC127
Complementary color
Monochromatic Colors of #EFC127
Black with #EFC127
Text Example
Text Example
White with #EFC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC127; }
p { color: rgb(239,193,39); }
H1.HeaderClassName
{
color: #EFC127;
}
.AnyTagClassName
{
color: #EFC127;
}
</style>
background-color css
<style>
a { background-color: #EFC127; }
a { background-color: rgb(239,193,39); }
div.DivClassName
{
background-color: #EFC127;
}
.BgClassName
{
background-color: #EFC127;
}
</style>
border-color css
<style>
span { border-color: #EFC127; }
span { border-color: rgb(239,193,39); }
td.TdClassName
{
border-color: #EFC127;
}
.TagClassName
{
border-color: #EFC127;
}
</style>