Shades of Bright Sun #EFB425
Tints of Bright Sun #EFB425
RGB
CMYK
RGB Variations
Color information
#EFB425 (or 0xEFB425) is known color: Bright Sun. HEX triplet: EF, B4 and 25. RGB value is (239,180,37). Sum of RGB (Red+Green+Blue) = 239+180+37=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB425 is #104BDA. Grayscale: #B5B5B5. Windows color (decimal): -1067995 or 2471151. OLE color: 2471151.
HSL color Cylindrical-coordinate representation of color #EFB425: hue angle of 42.48º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFB425 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 37 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.06 |
| HSL | 42.48º | 0.86% | 0.54% | - |
| HSV(B) | 42.48º | 0.85% | 0.94% | - |
| XYZ | 52.25 | 51.13 | 8.86 | - |
| YUV | 181.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 37 | 0 | 0.25 | 0.85 | 0.06 | 42.48 | 0.86 | 0.54 |
| Hex | EF | B4 | 25 | 0 | 19 | 55 | 6 | 2A | 56 | 36 |
| Octal | 357 | 264 | 45 | 0 | 31 | 125 | 6 | 52 | 126 | 66 |
| Binary | 11101111 | 10110100 | 100101 | 0 | 11001 | 1010101 | 110 | 101010 | 1010110 | 110110 |
Color Harmonies of #EFB425
Complementary color
Monochromatic Colors of #EFB425
Black with #EFB425
Text Example
Text Example
White with #EFB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB425; }
p { color: rgb(239,180,37); }
H1.HeaderClassName
{
color: #EFB425;
}
.AnyTagClassName
{
color: #EFB425;
}
</style>
background-color css
<style>
a { background-color: #EFB425; }
a { background-color: rgb(239,180,37); }
div.DivClassName
{
background-color: #EFB425;
}
.BgClassName
{
background-color: #EFB425;
}
</style>
border-color css
<style>
span { border-color: #EFB425; }
span { border-color: rgb(239,180,37); }
td.TdClassName
{
border-color: #EFB425;
}
.TagClassName
{
border-color: #EFB425;
}
</style>