Shades of Bright Sun #E7BF2A
Tints of Bright Sun #E7BF2A
RGB
CMYK
RGB Variations
Color information
#E7BF2A (or 0xE7BF2A) is known color: Bright Sun. HEX triplet: E7, BF and 2A. RGB value is (231,191,42). Sum of RGB (Red+Green+Blue) = 231+191+42=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BF2A is #1840D5. Grayscale: #BABABA. Windows color (decimal): -1589462 or 2801639. OLE color: 2801639.
HSL color Cylindrical-coordinate representation of color #E7BF2A: hue angle of 47.3º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7BF2A is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 42 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.09 |
| HSL | 47.3º | 0.8% | 0.54% | - |
| HSV(B) | 47.3º | 0.82% | 0.91% | - |
| XYZ | 52 | 54.42 | 9.95 | - |
| YUV | 185.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 42 | 0 | 0.17 | 0.82 | 0.09 | 47.3 | 0.8 | 0.54 |
| Hex | E7 | BF | 2A | 0 | 11 | 52 | 9 | 2F | 50 | 36 |
| Octal | 347 | 277 | 52 | 0 | 21 | 122 | 11 | 57 | 120 | 66 |
| Binary | 11100111 | 10111111 | 101010 | 0 | 10001 | 1010010 | 1001 | 101111 | 1010000 | 110110 |
Color Harmonies of #E7BF2A
Complementary color
Monochromatic Colors of #E7BF2A
Black with #E7BF2A
Text Example
Text Example
White with #E7BF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF2A; }
p { color: rgb(231,191,42); }
H1.HeaderClassName
{
color: #E7BF2A;
}
.AnyTagClassName
{
color: #E7BF2A;
}
</style>
background-color css
<style>
a { background-color: #E7BF2A; }
a { background-color: rgb(231,191,42); }
div.DivClassName
{
background-color: #E7BF2A;
}
.BgClassName
{
background-color: #E7BF2A;
}
</style>
border-color css
<style>
span { border-color: #E7BF2A; }
span { border-color: rgb(231,191,42); }
td.TdClassName
{
border-color: #E7BF2A;
}
.TagClassName
{
border-color: #E7BF2A;
}
</style>