Shades of Bright Sun #EFB82F
Tints of Bright Sun #EFB82F
RGB
CMYK
RGB Variations
Color information
#EFB82F (or 0xEFB82F) is known color: Bright Sun. HEX triplet: EF, B8 and 2F. RGB value is (239,184,47). Sum of RGB (Red+Green+Blue) = 239+184+47=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB82F is #1047D0. Grayscale: #B9B9B9. Windows color (decimal): -1066961 or 3127535. OLE color: 3127535.
HSL color Cylindrical-coordinate representation of color #EFB82F: hue angle of 42.81º 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 #EFB82F is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 47 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.06 |
| HSL | 42.81º | 0.86% | 0.56% | - |
| HSV(B) | 42.81º | 0.8% | 0.94% | - |
| XYZ | 53.25 | 52.84 | 10.08 | - |
| YUV | 184.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 47 | 0 | 0.23 | 0.80 | 0.06 | 42.81 | 0.86 | 0.56 |
| Hex | EF | B8 | 2F | 0 | 17 | 50 | 6 | 2B | 56 | 38 |
| Octal | 357 | 270 | 57 | 0 | 27 | 120 | 6 | 53 | 126 | 70 |
| Binary | 11101111 | 10111000 | 101111 | 0 | 10111 | 1010000 | 110 | 101011 | 1010110 | 111000 |
Color Harmonies of #EFB82F
Complementary color
Monochromatic Colors of #EFB82F
Black with #EFB82F
Text Example
Text Example
White with #EFB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB82F; }
p { color: rgb(239,184,47); }
H1.HeaderClassName
{
color: #EFB82F;
}
.AnyTagClassName
{
color: #EFB82F;
}
</style>
background-color css
<style>
a { background-color: #EFB82F; }
a { background-color: rgb(239,184,47); }
div.DivClassName
{
background-color: #EFB82F;
}
.BgClassName
{
background-color: #EFB82F;
}
</style>
border-color css
<style>
span { border-color: #EFB82F; }
span { border-color: rgb(239,184,47); }
td.TdClassName
{
border-color: #EFB82F;
}
.TagClassName
{
border-color: #EFB82F;
}
</style>