Shades of Bright Sun #EFB42E
Tints of Bright Sun #EFB42E
RGB
CMYK
RGB Variations
Color information
#EFB42E (or 0xEFB42E) is known color: Bright Sun. HEX triplet: EF, B4 and 2E. RGB value is (239,180,46). Sum of RGB (Red+Green+Blue) = 239+180+46=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB42E is #104BD1. Grayscale: #B6B6B6. Windows color (decimal): -1067986 or 3060975. OLE color: 3060975.
HSL color Cylindrical-coordinate representation of color #EFB42E: hue angle of 41.66º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFB42E is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 46 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.06 |
| HSL | 41.66º | 0.86% | 0.56% | - |
| HSV(B) | 41.66º | 0.81% | 0.94% | - |
| XYZ | 52.41 | 51.19 | 9.7 | - |
| YUV | 182.37 | 51.05 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 46 | 0 | 0.25 | 0.81 | 0.06 | 41.66 | 0.86 | 0.56 |
| Hex | EF | B4 | 2E | 0 | 19 | 51 | 6 | 2A | 56 | 38 |
| Octal | 357 | 264 | 56 | 0 | 31 | 121 | 6 | 52 | 126 | 70 |
| Binary | 11101111 | 10110100 | 101110 | 0 | 11001 | 1010001 | 110 | 101010 | 1010110 | 111000 |
Color Harmonies of #EFB42E
Complementary color
Monochromatic Colors of #EFB42E
Black with #EFB42E
Text Example
Text Example
White with #EFB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB42E; }
p { color: rgb(239,180,46); }
H1.HeaderClassName
{
color: #EFB42E;
}
.AnyTagClassName
{
color: #EFB42E;
}
</style>
background-color css
<style>
a { background-color: #EFB42E; }
a { background-color: rgb(239,180,46); }
div.DivClassName
{
background-color: #EFB42E;
}
.BgClassName
{
background-color: #EFB42E;
}
</style>
border-color css
<style>
span { border-color: #EFB42E; }
span { border-color: rgb(239,180,46); }
td.TdClassName
{
border-color: #EFB42E;
}
.TagClassName
{
border-color: #EFB42E;
}
</style>