Shades of Bright Sun #E9BE3D
Tints of Bright Sun #E9BE3D
RGB
CMYK
RGB Variations
Color information
#E9BE3D (or 0xE9BE3D) is known color: Bright Sun. HEX triplet: E9, BE and 3D. RGB value is (233,190,61). Sum of RGB (Red+Green+Blue) = 233+190+61=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 61 (24.22% from 255 or 12.60% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BE3D is #1641C2. Grayscale: #BCBCBC. Windows color (decimal): -1458627 or 4046569. OLE color: 4046569.
HSL color Cylindrical-coordinate representation of color #E9BE3D: hue angle of 45º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9BE3D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 190 | 61 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.09 |
| HSL | 45º | 0.8% | 0.58% | - |
| HSV(B) | 45º | 0.74% | 0.91% | - |
| XYZ | 52.86 | 54.49 | 12.15 | - |
| YUV | 188.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 61 | 0 | 0.18 | 0.74 | 0.09 | 45 | 0.8 | 0.58 |
| Hex | E9 | BE | 3D | 0 | 12 | 4A | 9 | 2D | 50 | 3A |
| Octal | 351 | 276 | 75 | 0 | 22 | 112 | 11 | 55 | 120 | 72 |
| Binary | 11101001 | 10111110 | 111101 | 0 | 10010 | 1001010 | 1001 | 101101 | 1010000 | 111010 |
Color Harmonies of #E9BE3D
Complementary color
Monochromatic Colors of #E9BE3D
Black with #E9BE3D
Text Example
Text Example
White with #E9BE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BE3D; }
p { color: rgb(233,190,61); }
H1.HeaderClassName
{
color: #E9BE3D;
}
.AnyTagClassName
{
color: #E9BE3D;
}
</style>
background-color css
<style>
a { background-color: #E9BE3D; }
a { background-color: rgb(233,190,61); }
div.DivClassName
{
background-color: #E9BE3D;
}
.BgClassName
{
background-color: #E9BE3D;
}
</style>
border-color css
<style>
span { border-color: #E9BE3D; }
span { border-color: rgb(233,190,61); }
td.TdClassName
{
border-color: #E9BE3D;
}
.TagClassName
{
border-color: #E9BE3D;
}
</style>