Shades of Bright Sun #E1BB31
Tints of Bright Sun #E1BB31
RGB
CMYK
RGB Variations
Color information
#E1BB31 (or 0xE1BB31) is known color: Bright Sun. HEX triplet: E1, BB and 31. RGB value is (225,187,49). Sum of RGB (Red+Green+Blue) = 225+187+49=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BB31 is #1E44CE. Grayscale: #B7B7B7. Windows color (decimal): -1983695 or 3259361. OLE color: 3259361.
HSL color Cylindrical-coordinate representation of color #E1BB31: hue angle of 47.05º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1BB31 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 49 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.12 |
| HSL | 47.05º | 0.75% | 0.54% | - |
| HSV(B) | 47.05º | 0.78% | 0.88% | - |
| XYZ | 49.38 | 51.77 | 10.3 | - |
| YUV | 182.63 | 52.59 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 49 | 0 | 0.17 | 0.78 | 0.12 | 47.05 | 0.75 | 0.54 |
| Hex | E1 | BB | 31 | 0 | 11 | 4E | C | 2F | 4B | 36 |
| Octal | 341 | 273 | 61 | 0 | 21 | 116 | 14 | 57 | 113 | 66 |
| Binary | 11100001 | 10111011 | 110001 | 0 | 10001 | 1001110 | 1100 | 101111 | 1001011 | 110110 |
Color Harmonies of #E1BB31
Complementary color
Monochromatic Colors of #E1BB31
Black with #E1BB31
Text Example
Text Example
White with #E1BB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB31; }
p { color: rgb(225,187,49); }
H1.HeaderClassName
{
color: #E1BB31;
}
.AnyTagClassName
{
color: #E1BB31;
}
</style>
background-color css
<style>
a { background-color: #E1BB31; }
a { background-color: rgb(225,187,49); }
div.DivClassName
{
background-color: #E1BB31;
}
.BgClassName
{
background-color: #E1BB31;
}
</style>
border-color css
<style>
span { border-color: #E1BB31; }
span { border-color: rgb(225,187,49); }
td.TdClassName
{
border-color: #E1BB31;
}
.TagClassName
{
border-color: #E1BB31;
}
</style>