Shades of Bright Sun #EFB431
Tints of Bright Sun #EFB431
RGB
CMYK
RGB Variations
Color information
#EFB431 (or 0xEFB431) is known color: Bright Sun. HEX triplet: EF, B4 and 31. RGB value is (239,180,49). Sum of RGB (Red+Green+Blue) = 239+180+49=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB431 is #104BCE. Grayscale: #B7B7B7. Windows color (decimal): -1067983 or 3257583. OLE color: 3257583.
HSL color Cylindrical-coordinate representation of color #EFB431: hue angle of 41.37º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFB431 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 49 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.06 |
| HSL | 41.37º | 0.86% | 0.56% | - |
| HSV(B) | 41.37º | 0.79% | 0.94% | - |
| XYZ | 52.47 | 51.21 | 10.03 | - |
| YUV | 182.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 49 | 0 | 0.25 | 0.79 | 0.06 | 41.37 | 0.86 | 0.56 |
| Hex | EF | B4 | 31 | 0 | 19 | 4F | 6 | 29 | 56 | 38 |
| Octal | 357 | 264 | 61 | 0 | 31 | 117 | 6 | 51 | 126 | 70 |
| Binary | 11101111 | 10110100 | 110001 | 0 | 11001 | 1001111 | 110 | 101001 | 1010110 | 111000 |
Color Harmonies of #EFB431
Complementary color
Monochromatic Colors of #EFB431
Black with #EFB431
Text Example
Text Example
White with #EFB431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB431; }
p { color: rgb(239,180,49); }
H1.HeaderClassName
{
color: #EFB431;
}
.AnyTagClassName
{
color: #EFB431;
}
</style>
background-color css
<style>
a { background-color: #EFB431; }
a { background-color: rgb(239,180,49); }
div.DivClassName
{
background-color: #EFB431;
}
.BgClassName
{
background-color: #EFB431;
}
</style>
border-color css
<style>
span { border-color: #EFB431; }
span { border-color: rgb(239,180,49); }
td.TdClassName
{
border-color: #EFB431;
}
.TagClassName
{
border-color: #EFB431;
}
</style>