Shades of Bright Sun #EFB72F
Tints of Bright Sun #EFB72F
RGB
CMYK
RGB Variations
Color information
#EFB72F (or 0xEFB72F) is known color: Bright Sun. HEX triplet: EF, B7 and 2F. RGB value is (239,183,47). Sum of RGB (Red+Green+Blue) = 239+183+47=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB72F is #1048D0. Grayscale: #B8B8B8. Windows color (decimal): -1067217 or 3127279. OLE color: 3127279.
HSL color Cylindrical-coordinate representation of color #EFB72F: hue angle of 42.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFB72F is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 47 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.06 |
| HSL | 42.5º | 0.86% | 0.56% | - |
| HSV(B) | 42.5º | 0.8% | 0.94% | - |
| XYZ | 53.04 | 52.42 | 10.01 | - |
| YUV | 184.24 | 50.55 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 47 | 0 | 0.23 | 0.80 | 0.06 | 42.5 | 0.86 | 0.56 |
| Hex | EF | B7 | 2F | 0 | 17 | 50 | 6 | 2A | 56 | 38 |
| Octal | 357 | 267 | 57 | 0 | 27 | 120 | 6 | 52 | 126 | 70 |
| Binary | 11101111 | 10110111 | 101111 | 0 | 10111 | 1010000 | 110 | 101010 | 1010110 | 111000 |
Color Harmonies of #EFB72F
Complementary color
Monochromatic Colors of #EFB72F
Black with #EFB72F
Text Example
Text Example
White with #EFB72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB72F; }
p { color: rgb(239,183,47); }
H1.HeaderClassName
{
color: #EFB72F;
}
.AnyTagClassName
{
color: #EFB72F;
}
</style>
background-color css
<style>
a { background-color: #EFB72F; }
a { background-color: rgb(239,183,47); }
div.DivClassName
{
background-color: #EFB72F;
}
.BgClassName
{
background-color: #EFB72F;
}
</style>
border-color css
<style>
span { border-color: #EFB72F; }
span { border-color: rgb(239,183,47); }
td.TdClassName
{
border-color: #EFB72F;
}
.TagClassName
{
border-color: #EFB72F;
}
</style>