Shades of Bright Sun #EFB227
Tints of Bright Sun #EFB227
RGB
CMYK
RGB Variations
Color information
#EFB227 (or 0xEFB227) is known color: Bright Sun. HEX triplet: EF, B2 and 27. RGB value is (239,178,39). Sum of RGB (Red+Green+Blue) = 239+178+39=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB227 is #104DD8. Grayscale: #B5B5B5. Windows color (decimal): -1068505 or 2601711. OLE color: 2601711.
HSL color Cylindrical-coordinate representation of color #EFB227: hue angle of 41.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 #EFB227 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 39 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.06 |
| HSL | 41.7º | 0.86% | 0.55% | - |
| HSV(B) | 41.7º | 0.84% | 0.94% | - |
| XYZ | 51.88 | 50.34 | 8.9 | - |
| YUV | 180.39 | 48.21 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 39 | 0 | 0.26 | 0.84 | 0.06 | 41.7 | 0.86 | 0.55 |
| Hex | EF | B2 | 27 | 0 | 1A | 54 | 6 | 2A | 56 | 37 |
| Octal | 357 | 262 | 47 | 0 | 32 | 124 | 6 | 52 | 126 | 67 |
| Binary | 11101111 | 10110010 | 100111 | 0 | 11010 | 1010100 | 110 | 101010 | 1010110 | 110111 |
Color Harmonies of #EFB227
Complementary color
Monochromatic Colors of #EFB227
Black with #EFB227
Text Example
Text Example
White with #EFB227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB227; }
p { color: rgb(239,178,39); }
H1.HeaderClassName
{
color: #EFB227;
}
.AnyTagClassName
{
color: #EFB227;
}
</style>
background-color css
<style>
a { background-color: #EFB227; }
a { background-color: rgb(239,178,39); }
div.DivClassName
{
background-color: #EFB227;
}
.BgClassName
{
background-color: #EFB227;
}
</style>
border-color css
<style>
span { border-color: #EFB227; }
span { border-color: rgb(239,178,39); }
td.TdClassName
{
border-color: #EFB227;
}
.TagClassName
{
border-color: #EFB227;
}
</style>