Shades of Bright Sun #EFB02C
Tints of Bright Sun #EFB02C
RGB
CMYK
RGB Variations
Color information
#EFB02C (or 0xEFB02C) is known color: Bright Sun. HEX triplet: EF, B0 and 2C. RGB value is (239,176,44). Sum of RGB (Red+Green+Blue) = 239+176+44=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB02C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB02C is #104FD3. Grayscale: #B4B4B4. Windows color (decimal): -1069012 or 2928879. OLE color: 2928879.
HSL color Cylindrical-coordinate representation of color #EFB02C: hue angle of 40.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFB02C is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 44 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.06 |
| HSL | 40.62º | 0.86% | 0.55% | - |
| HSV(B) | 40.62º | 0.82% | 0.94% | - |
| XYZ | 51.58 | 49.58 | 9.24 | - |
| YUV | 179.79 | 51.37 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 44 | 0 | 0.26 | 0.82 | 0.06 | 40.62 | 0.86 | 0.55 |
| Hex | EF | B0 | 2C | 0 | 1A | 52 | 6 | 29 | 56 | 37 |
| Octal | 357 | 260 | 54 | 0 | 32 | 122 | 6 | 51 | 126 | 67 |
| Binary | 11101111 | 10110000 | 101100 | 0 | 11010 | 1010010 | 110 | 101001 | 1010110 | 110111 |
Color Harmonies of #EFB02C
Complementary color
Monochromatic Colors of #EFB02C
Black with #EFB02C
Text Example
Text Example
White with #EFB02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB02C; }
p { color: rgb(239,176,44); }
H1.HeaderClassName
{
color: #EFB02C;
}
.AnyTagClassName
{
color: #EFB02C;
}
</style>
background-color css
<style>
a { background-color: #EFB02C; }
a { background-color: rgb(239,176,44); }
div.DivClassName
{
background-color: #EFB02C;
}
.BgClassName
{
background-color: #EFB02C;
}
</style>
border-color css
<style>
span { border-color: #EFB02C; }
span { border-color: rgb(239,176,44); }
td.TdClassName
{
border-color: #EFB02C;
}
.TagClassName
{
border-color: #EFB02C;
}
</style>