Shades of Bright Sun #EFB330
Tints of Bright Sun #EFB330
RGB
CMYK
RGB Variations
Color information
#EFB330 (or 0xEFB330) is known color: Bright Sun. HEX triplet: EF, B3 and 30. RGB value is (239,179,48). Sum of RGB (Red+Green+Blue) = 239+179+48=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB330 is #104CCF. Grayscale: #B6B6B6. Windows color (decimal): -1068240 or 3191791. OLE color: 3191791.
HSL color Cylindrical-coordinate representation of color #EFB330: hue angle of 41.15º 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 #EFB330 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 48 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.06 |
| HSL | 41.15º | 0.86% | 0.56% | - |
| HSV(B) | 41.15º | 0.8% | 0.94% | - |
| XYZ | 52.25 | 50.8 | 9.85 | - |
| YUV | 182.01 | 52.38 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 48 | 0 | 0.25 | 0.80 | 0.06 | 41.15 | 0.86 | 0.56 |
| Hex | EF | B3 | 30 | 0 | 19 | 50 | 6 | 29 | 56 | 38 |
| Octal | 357 | 263 | 60 | 0 | 31 | 120 | 6 | 51 | 126 | 70 |
| Binary | 11101111 | 10110011 | 110000 | 0 | 11001 | 1010000 | 110 | 101001 | 1010110 | 111000 |
Color Harmonies of #EFB330
Complementary color
Monochromatic Colors of #EFB330
Black with #EFB330
Text Example
Text Example
White with #EFB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB330; }
p { color: rgb(239,179,48); }
H1.HeaderClassName
{
color: #EFB330;
}
.AnyTagClassName
{
color: #EFB330;
}
</style>
background-color css
<style>
a { background-color: #EFB330; }
a { background-color: rgb(239,179,48); }
div.DivClassName
{
background-color: #EFB330;
}
.BgClassName
{
background-color: #EFB330;
}
</style>
border-color css
<style>
span { border-color: #EFB330; }
span { border-color: rgb(239,179,48); }
td.TdClassName
{
border-color: #EFB330;
}
.TagClassName
{
border-color: #EFB330;
}
</style>