Shades of Bright Sun #EFB62B
Tints of Bright Sun #EFB62B
RGB
CMYK
RGB Variations
Color information
#EFB62B (or 0xEFB62B) is known color: Bright Sun. HEX triplet: EF, B6 and 2B. RGB value is (239,182,43). Sum of RGB (Red+Green+Blue) = 239+182+43=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB62B is #1049D4. Grayscale: #B7B7B7. Windows color (decimal): -1067477 or 2864879. OLE color: 2864879.
HSL color Cylindrical-coordinate representation of color #EFB62B: hue angle of 42.55º 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 #EFB62B is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 43 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.06 |
| HSL | 42.55º | 0.86% | 0.55% | - |
| HSV(B) | 42.55º | 0.82% | 0.94% | - |
| XYZ | 52.76 | 51.98 | 9.54 | - |
| YUV | 183.2 | 48.88 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 43 | 0 | 0.24 | 0.82 | 0.06 | 42.55 | 0.86 | 0.55 |
| Hex | EF | B6 | 2B | 0 | 18 | 52 | 6 | 2B | 56 | 37 |
| Octal | 357 | 266 | 53 | 0 | 30 | 122 | 6 | 53 | 126 | 67 |
| Binary | 11101111 | 10110110 | 101011 | 0 | 11000 | 1010010 | 110 | 101011 | 1010110 | 110111 |
Color Harmonies of #EFB62B
Complementary color
Monochromatic Colors of #EFB62B
Black with #EFB62B
Text Example
Text Example
White with #EFB62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB62B; }
p { color: rgb(239,182,43); }
H1.HeaderClassName
{
color: #EFB62B;
}
.AnyTagClassName
{
color: #EFB62B;
}
</style>
background-color css
<style>
a { background-color: #EFB62B; }
a { background-color: rgb(239,182,43); }
div.DivClassName
{
background-color: #EFB62B;
}
.BgClassName
{
background-color: #EFB62B;
}
</style>
border-color css
<style>
span { border-color: #EFB62B; }
span { border-color: rgb(239,182,43); }
td.TdClassName
{
border-color: #EFB62B;
}
.TagClassName
{
border-color: #EFB62B;
}
</style>