Shades of Bright Sun #E6B731
Tints of Bright Sun #E6B731
RGB
CMYK
RGB Variations
Color information
#E6B731 (or 0xE6B731) is known color: Bright Sun. HEX triplet: E6, B7 and 31. RGB value is (230,183,49). Sum of RGB (Red+Green+Blue) = 230+183+49=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B731 is #1948CE. Grayscale: #B6B6B6. Windows color (decimal): -1657039 or 3258342. OLE color: 3258342.
HSL color Cylindrical-coordinate representation of color #E6B731: hue angle of 44.42º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6B731 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 49 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.10 |
| HSL | 44.42º | 0.78% | 0.55% | - |
| HSV(B) | 44.42º | 0.79% | 0.9% | - |
| XYZ | 50.12 | 50.91 | 10.09 | - |
| YUV | 181.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 49 | 0 | 0.20 | 0.79 | 0.10 | 44.42 | 0.78 | 0.55 |
| Hex | E6 | B7 | 31 | 0 | 14 | 4F | A | 2C | 4E | 37 |
| Octal | 346 | 267 | 61 | 0 | 24 | 117 | 12 | 54 | 116 | 67 |
| Binary | 11100110 | 10110111 | 110001 | 0 | 10100 | 1001111 | 1010 | 101100 | 1001110 | 110111 |
Color Harmonies of #E6B731
Complementary color
Monochromatic Colors of #E6B731
Black with #E6B731
Text Example
Text Example
White with #E6B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B731; }
p { color: rgb(230,183,49); }
H1.HeaderClassName
{
color: #E6B731;
}
.AnyTagClassName
{
color: #E6B731;
}
</style>
background-color css
<style>
a { background-color: #E6B731; }
a { background-color: rgb(230,183,49); }
div.DivClassName
{
background-color: #E6B731;
}
.BgClassName
{
background-color: #E6B731;
}
</style>
border-color css
<style>
span { border-color: #E6B731; }
span { border-color: rgb(230,183,49); }
td.TdClassName
{
border-color: #E6B731;
}
.TagClassName
{
border-color: #E6B731;
}
</style>