Shades of Bright Sun #E7BF32
Tints of Bright Sun #E7BF32
RGB
CMYK
RGB Variations
Color information
#E7BF32 (or 0xE7BF32) is known color: Bright Sun. HEX triplet: E7, BF and 32. RGB value is (231,191,50). Sum of RGB (Red+Green+Blue) = 231+191+50=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BF32 is #1840CD. Grayscale: #BBBBBB. Windows color (decimal): -1589454 or 3325927. OLE color: 3325927.
HSL color Cylindrical-coordinate representation of color #E7BF32: hue angle of 46.74º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E7BF32 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 50 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.09 |
| HSL | 46.74º | 0.79% | 0.55% | - |
| HSV(B) | 46.74º | 0.78% | 0.91% | - |
| XYZ | 52.16 | 54.48 | 10.78 | - |
| YUV | 186.89 | 50.75 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 50 | 0 | 0.17 | 0.78 | 0.09 | 46.74 | 0.79 | 0.55 |
| Hex | E7 | BF | 32 | 0 | 11 | 4E | 9 | 2F | 4F | 37 |
| Octal | 347 | 277 | 62 | 0 | 21 | 116 | 11 | 57 | 117 | 67 |
| Binary | 11100111 | 10111111 | 110010 | 0 | 10001 | 1001110 | 1001 | 101111 | 1001111 | 110111 |
Color Harmonies of #E7BF32
Complementary color
Monochromatic Colors of #E7BF32
Black with #E7BF32
Text Example
Text Example
White with #E7BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF32; }
p { color: rgb(231,191,50); }
H1.HeaderClassName
{
color: #E7BF32;
}
.AnyTagClassName
{
color: #E7BF32;
}
</style>
background-color css
<style>
a { background-color: #E7BF32; }
a { background-color: rgb(231,191,50); }
div.DivClassName
{
background-color: #E7BF32;
}
.BgClassName
{
background-color: #E7BF32;
}
</style>
border-color css
<style>
span { border-color: #E7BF32; }
span { border-color: rgb(231,191,50); }
td.TdClassName
{
border-color: #E7BF32;
}
.TagClassName
{
border-color: #E7BF32;
}
</style>