Shades of Bright Sun #ECB432
Tints of Bright Sun #ECB432
RGB
CMYK
RGB Variations
Color information
#ECB432 (or 0xECB432) is known color: Bright Sun. HEX triplet: EC, B4 and 32. RGB value is (236,180,50). Sum of RGB (Red+Green+Blue) = 236+180+50=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB432 is #134BCD. Grayscale: #B6B6B6. Windows color (decimal): -1264590 or 3323116. OLE color: 3323116.
HSL color Cylindrical-coordinate representation of color #ECB432: hue angle of 41.94º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECB432 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 50 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.07 |
| HSL | 41.94º | 0.83% | 0.56% | - |
| HSV(B) | 41.94º | 0.79% | 0.93% | - |
| XYZ | 51.49 | 50.71 | 10.09 | - |
| YUV | 181.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 50 | 0 | 0.24 | 0.79 | 0.07 | 41.94 | 0.83 | 0.56 |
| Hex | EC | B4 | 32 | 0 | 18 | 4F | 7 | 2A | 53 | 38 |
| Octal | 354 | 264 | 62 | 0 | 30 | 117 | 7 | 52 | 123 | 70 |
| Binary | 11101100 | 10110100 | 110010 | 0 | 11000 | 1001111 | 111 | 101010 | 1010011 | 111000 |
Color Harmonies of #ECB432
Complementary color
Monochromatic Colors of #ECB432
Black with #ECB432
Text Example
Text Example
White with #ECB432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB432; }
p { color: rgb(236,180,50); }
H1.HeaderClassName
{
color: #ECB432;
}
.AnyTagClassName
{
color: #ECB432;
}
</style>
background-color css
<style>
a { background-color: #ECB432; }
a { background-color: rgb(236,180,50); }
div.DivClassName
{
background-color: #ECB432;
}
.BgClassName
{
background-color: #ECB432;
}
</style>
border-color css
<style>
span { border-color: #ECB432; }
span { border-color: rgb(236,180,50); }
td.TdClassName
{
border-color: #ECB432;
}
.TagClassName
{
border-color: #ECB432;
}
</style>