Shades of Bright Sun #EFB32B
Tints of Bright Sun #EFB32B
RGB
CMYK
RGB Variations
Color information
#EFB32B (or 0xEFB32B) is known color: Bright Sun. HEX triplet: EF, B3 and 2B. RGB value is (239,179,43). Sum of RGB (Red+Green+Blue) = 239+179+43=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB32B is #104CD4. Grayscale: #B6B6B6. Windows color (decimal): -1068245 or 2864111. OLE color: 2864111.
HSL color Cylindrical-coordinate representation of color #EFB32B: hue angle of 41.63º 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 #EFB32B is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 43 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.06 |
| HSL | 41.63º | 0.86% | 0.55% | - |
| HSV(B) | 41.63º | 0.82% | 0.94% | - |
| XYZ | 52.15 | 50.77 | 9.34 | - |
| YUV | 181.44 | 49.88 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 43 | 0 | 0.25 | 0.82 | 0.06 | 41.63 | 0.86 | 0.55 |
| Hex | EF | B3 | 2B | 0 | 19 | 52 | 6 | 2A | 56 | 37 |
| Octal | 357 | 263 | 53 | 0 | 31 | 122 | 6 | 52 | 126 | 67 |
| Binary | 11101111 | 10110011 | 101011 | 0 | 11001 | 1010010 | 110 | 101010 | 1010110 | 110111 |
Color Harmonies of #EFB32B
Complementary color
Monochromatic Colors of #EFB32B
Black with #EFB32B
Text Example
Text Example
White with #EFB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB32B; }
p { color: rgb(239,179,43); }
H1.HeaderClassName
{
color: #EFB32B;
}
.AnyTagClassName
{
color: #EFB32B;
}
</style>
background-color css
<style>
a { background-color: #EFB32B; }
a { background-color: rgb(239,179,43); }
div.DivClassName
{
background-color: #EFB32B;
}
.BgClassName
{
background-color: #EFB32B;
}
</style>
border-color css
<style>
span { border-color: #EFB32B; }
span { border-color: rgb(239,179,43); }
td.TdClassName
{
border-color: #EFB32B;
}
.TagClassName
{
border-color: #EFB32B;
}
</style>