Shades of Bright Sun #E9BF3C
Tints of Bright Sun #E9BF3C
RGB
CMYK
RGB Variations
Color information
#E9BF3C (or 0xE9BF3C) is known color: Bright Sun. HEX triplet: E9, BF and 3C. RGB value is (233,191,60). Sum of RGB (Red+Green+Blue) = 233+191+60=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BF3C is #1640C3. Grayscale: #BDBDBD. Windows color (decimal): -1458372 or 3981289. OLE color: 3981289.
HSL color Cylindrical-coordinate representation of color #E9BF3C: hue angle of 45.43º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9BF3C is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 191 | 60 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.09 |
| HSL | 45.43º | 0.8% | 0.57% | - |
| HSV(B) | 45.43º | 0.74% | 0.91% | - |
| XYZ | 53.05 | 54.91 | 12.08 | - |
| YUV | 188.62 | 55.41 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 60 | 0 | 0.18 | 0.74 | 0.09 | 45.43 | 0.8 | 0.57 |
| Hex | E9 | BF | 3C | 0 | 12 | 4A | 9 | 2D | 50 | 39 |
| Octal | 351 | 277 | 74 | 0 | 22 | 112 | 11 | 55 | 120 | 71 |
| Binary | 11101001 | 10111111 | 111100 | 0 | 10010 | 1001010 | 1001 | 101101 | 1010000 | 111001 |
Color Harmonies of #E9BF3C
Complementary color
Monochromatic Colors of #E9BF3C
Black with #E9BF3C
Text Example
Text Example
White with #E9BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BF3C; }
p { color: rgb(233,191,60); }
H1.HeaderClassName
{
color: #E9BF3C;
}
.AnyTagClassName
{
color: #E9BF3C;
}
</style>
background-color css
<style>
a { background-color: #E9BF3C; }
a { background-color: rgb(233,191,60); }
div.DivClassName
{
background-color: #E9BF3C;
}
.BgClassName
{
background-color: #E9BF3C;
}
</style>
border-color css
<style>
span { border-color: #E9BF3C; }
span { border-color: rgb(233,191,60); }
td.TdClassName
{
border-color: #E9BF3C;
}
.TagClassName
{
border-color: #E9BF3C;
}
</style>