Shades of Bright Sun #EFB42B
Tints of Bright Sun #EFB42B
RGB
CMYK
RGB Variations
Color information
#EFB42B (or 0xEFB42B) is known color: Bright Sun. HEX triplet: EF, B4 and 2B. RGB value is (239,180,43). Sum of RGB (Red+Green+Blue) = 239+180+43=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 43 (17.19% from 255 or 9.31% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB42B is #104BD4. Grayscale: #B6B6B6. Windows color (decimal): -1067989 or 2864367. OLE color: 2864367.
HSL color Cylindrical-coordinate representation of color #EFB42B: hue angle of 41.94º 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 #EFB42B is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 43 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.06 |
| HSL | 41.94º | 0.86% | 0.55% | - |
| HSV(B) | 41.94º | 0.82% | 0.94% | - |
| XYZ | 52.35 | 51.17 | 9.4 | - |
| YUV | 182.02 | 49.55 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 43 | 0 | 0.25 | 0.82 | 0.06 | 41.94 | 0.86 | 0.55 |
| Hex | EF | B4 | 2B | 0 | 19 | 52 | 6 | 2A | 56 | 37 |
| Octal | 357 | 264 | 53 | 0 | 31 | 122 | 6 | 52 | 126 | 67 |
| Binary | 11101111 | 10110100 | 101011 | 0 | 11001 | 1010010 | 110 | 101010 | 1010110 | 110111 |
Color Harmonies of #EFB42B
Complementary color
Monochromatic Colors of #EFB42B
Black with #EFB42B
Text Example
Text Example
White with #EFB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB42B; }
p { color: rgb(239,180,43); }
H1.HeaderClassName
{
color: #EFB42B;
}
.AnyTagClassName
{
color: #EFB42B;
}
</style>
background-color css
<style>
a { background-color: #EFB42B; }
a { background-color: rgb(239,180,43); }
div.DivClassName
{
background-color: #EFB42B;
}
.BgClassName
{
background-color: #EFB42B;
}
</style>
border-color css
<style>
span { border-color: #EFB42B; }
span { border-color: rgb(239,180,43); }
td.TdClassName
{
border-color: #EFB42B;
}
.TagClassName
{
border-color: #EFB42B;
}
</style>