Shades of Bright Sun #E9BD3C
Tints of Bright Sun #E9BD3C
RGB
CMYK
RGB Variations
Color information
#E9BD3C (or 0xE9BD3C) is known color: Bright Sun. HEX triplet: E9, BD and 3C. RGB value is (233,189,60). Sum of RGB (Red+Green+Blue) = 233+189+60=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BD3C is #1642C3. Grayscale: #BCBCBC. Windows color (decimal): -1458884 or 3980777. OLE color: 3980777.
HSL color Cylindrical-coordinate representation of color #E9BD3C: hue angle of 44.74º 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 #E9BD3C is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 60 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.09 |
| HSL | 44.74º | 0.8% | 0.57% | - |
| HSV(B) | 44.74º | 0.74% | 0.91% | - |
| XYZ | 52.62 | 54.05 | 11.93 | - |
| YUV | 187.45 | 56.08 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 60 | 0 | 0.19 | 0.74 | 0.09 | 44.74 | 0.8 | 0.57 |
| Hex | E9 | BD | 3C | 0 | 13 | 4A | 9 | 2D | 50 | 39 |
| Octal | 351 | 275 | 74 | 0 | 23 | 112 | 11 | 55 | 120 | 71 |
| Binary | 11101001 | 10111101 | 111100 | 0 | 10011 | 1001010 | 1001 | 101101 | 1010000 | 111001 |
Color Harmonies of #E9BD3C
Complementary color
Monochromatic Colors of #E9BD3C
Black with #E9BD3C
Text Example
Text Example
White with #E9BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BD3C; }
p { color: rgb(233,189,60); }
H1.HeaderClassName
{
color: #E9BD3C;
}
.AnyTagClassName
{
color: #E9BD3C;
}
</style>
background-color css
<style>
a { background-color: #E9BD3C; }
a { background-color: rgb(233,189,60); }
div.DivClassName
{
background-color: #E9BD3C;
}
.BgClassName
{
background-color: #E9BD3C;
}
</style>
border-color css
<style>
span { border-color: #E9BD3C; }
span { border-color: rgb(233,189,60); }
td.TdClassName
{
border-color: #E9BD3C;
}
.TagClassName
{
border-color: #E9BD3C;
}
</style>