Shades of Bright Sun #E6BD31
Tints of Bright Sun #E6BD31
RGB
CMYK
RGB Variations
Color information
#E6BD31 (or 0xE6BD31) is known color: Bright Sun. HEX triplet: E6, BD and 31. RGB value is (230,189,49). Sum of RGB (Red+Green+Blue) = 230+189+49=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BD31 is #1942CE. Grayscale: #B9B9B9. Windows color (decimal): -1655503 or 3259878. OLE color: 3259878.
HSL color Cylindrical-coordinate representation of color #E6BD31: hue angle of 46.41º 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 #E6BD31 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 49 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.10 |
| HSL | 46.41º | 0.78% | 0.55% | - |
| HSV(B) | 46.41º | 0.79% | 0.9% | - |
| XYZ | 51.39 | 53.44 | 10.51 | - |
| YUV | 185.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 49 | 0 | 0.18 | 0.79 | 0.10 | 46.41 | 0.78 | 0.55 |
| Hex | E6 | BD | 31 | 0 | 12 | 4F | A | 2E | 4E | 37 |
| Octal | 346 | 275 | 61 | 0 | 22 | 117 | 12 | 56 | 116 | 67 |
| Binary | 11100110 | 10111101 | 110001 | 0 | 10010 | 1001111 | 1010 | 101110 | 1001110 | 110111 |
Color Harmonies of #E6BD31
Complementary color
Monochromatic Colors of #E6BD31
Black with #E6BD31
Text Example
Text Example
White with #E6BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BD31; }
p { color: rgb(230,189,49); }
H1.HeaderClassName
{
color: #E6BD31;
}
.AnyTagClassName
{
color: #E6BD31;
}
</style>
background-color css
<style>
a { background-color: #E6BD31; }
a { background-color: rgb(230,189,49); }
div.DivClassName
{
background-color: #E6BD31;
}
.BgClassName
{
background-color: #E6BD31;
}
</style>
border-color css
<style>
span { border-color: #E6BD31; }
span { border-color: rgb(230,189,49); }
td.TdClassName
{
border-color: #E6BD31;
}
.TagClassName
{
border-color: #E6BD31;
}
</style>