Shades of Bright Sun #EFB426
Tints of Bright Sun #EFB426
RGB
CMYK
RGB Variations
Color information
#EFB426 (or 0xEFB426) is known color: Bright Sun. HEX triplet: EF, B4 and 26. RGB value is (239,180,38). Sum of RGB (Red+Green+Blue) = 239+180+38=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB426 is #104BD9. Grayscale: #B6B6B6. Windows color (decimal): -1067994 or 2536687. OLE color: 2536687.
HSL color Cylindrical-coordinate representation of color #EFB426: hue angle of 42.39º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFB426 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 38 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.06 |
| HSL | 42.39º | 0.86% | 0.54% | - |
| HSV(B) | 42.39º | 0.84% | 0.94% | - |
| XYZ | 52.27 | 51.13 | 8.95 | - |
| YUV | 181.45 | 47.05 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 38 | 0 | 0.25 | 0.84 | 0.06 | 42.39 | 0.86 | 0.54 |
| Hex | EF | B4 | 26 | 0 | 19 | 54 | 6 | 2A | 56 | 36 |
| Octal | 357 | 264 | 46 | 0 | 31 | 124 | 6 | 52 | 126 | 66 |
| Binary | 11101111 | 10110100 | 100110 | 0 | 11001 | 1010100 | 110 | 101010 | 1010110 | 110110 |
Color Harmonies of #EFB426
Complementary color
Monochromatic Colors of #EFB426
Black with #EFB426
Text Example
Text Example
White with #EFB426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB426; }
p { color: rgb(239,180,38); }
H1.HeaderClassName
{
color: #EFB426;
}
.AnyTagClassName
{
color: #EFB426;
}
</style>
background-color css
<style>
a { background-color: #EFB426; }
a { background-color: rgb(239,180,38); }
div.DivClassName
{
background-color: #EFB426;
}
.BgClassName
{
background-color: #EFB426;
}
</style>
border-color css
<style>
span { border-color: #EFB426; }
span { border-color: rgb(239,180,38); }
td.TdClassName
{
border-color: #EFB426;
}
.TagClassName
{
border-color: #EFB426;
}
</style>