Shades of Bright Sun #E6C32B
Tints of Bright Sun #E6C32B
RGB
CMYK
RGB Variations
Color information
#E6C32B (or 0xE6C32B) is known color: Bright Sun. HEX triplet: E6, C3 and 2B. RGB value is (230,195,43). Sum of RGB (Red+Green+Blue) = 230+195+43=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C32B is #193CD4. Grayscale: #BCBCBC. Windows color (decimal): -1653973 or 2868198. OLE color: 2868198.
HSL color Cylindrical-coordinate representation of color #E6C32B: hue angle of 48.77º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6C32B is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 43 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.10 |
| HSL | 48.77º | 0.79% | 0.54% | - |
| HSV(B) | 48.77º | 0.81% | 0.9% | - |
| XYZ | 52.58 | 56.03 | 10.33 | - |
| YUV | 188.14 | 46.1 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 43 | 0 | 0.15 | 0.81 | 0.10 | 48.77 | 0.79 | 0.54 |
| Hex | E6 | C3 | 2B | 0 | F | 51 | A | 31 | 4F | 36 |
| Octal | 346 | 303 | 53 | 0 | 17 | 121 | 12 | 61 | 117 | 66 |
| Binary | 11100110 | 11000011 | 101011 | 0 | 1111 | 1010001 | 1010 | 110001 | 1001111 | 110110 |
Color Harmonies of #E6C32B
Complementary color
Monochromatic Colors of #E6C32B
Black with #E6C32B
Text Example
Text Example
White with #E6C32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C32B; }
p { color: rgb(230,195,43); }
H1.HeaderClassName
{
color: #E6C32B;
}
.AnyTagClassName
{
color: #E6C32B;
}
</style>
background-color css
<style>
a { background-color: #E6C32B; }
a { background-color: rgb(230,195,43); }
div.DivClassName
{
background-color: #E6C32B;
}
.BgClassName
{
background-color: #E6C32B;
}
</style>
border-color css
<style>
span { border-color: #E6C32B; }
span { border-color: rgb(230,195,43); }
td.TdClassName
{
border-color: #E6C32B;
}
.TagClassName
{
border-color: #E6C32B;
}
</style>