Shades of Bright Sun #ECBD32
Tints of Bright Sun #ECBD32
RGB
CMYK
RGB Variations
Color information
#ECBD32 (or 0xECBD32) is known color: Bright Sun. HEX triplet: EC, BD and 32. RGB value is (236,189,50). Sum of RGB (Red+Green+Blue) = 236+189+50=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD32 is #1342CD. Grayscale: #BBBBBB. Windows color (decimal): -1262286 or 3325420. OLE color: 3325420.
HSL color Cylindrical-coordinate representation of color #ECBD32: hue angle of 44.84º 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 #ECBD32 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 50 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.07 |
| HSL | 44.84º | 0.83% | 0.56% | - |
| HSV(B) | 44.84º | 0.79% | 0.93% | - |
| XYZ | 53.37 | 54.46 | 10.72 | - |
| YUV | 187.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 50 | 0 | 0.20 | 0.79 | 0.07 | 44.84 | 0.83 | 0.56 |
| Hex | EC | BD | 32 | 0 | 14 | 4F | 7 | 2D | 53 | 38 |
| Octal | 354 | 275 | 62 | 0 | 24 | 117 | 7 | 55 | 123 | 70 |
| Binary | 11101100 | 10111101 | 110010 | 0 | 10100 | 1001111 | 111 | 101101 | 1010011 | 111000 |
Color Harmonies of #ECBD32
Complementary color
Monochromatic Colors of #ECBD32
Black with #ECBD32
Text Example
Text Example
White with #ECBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD32; }
p { color: rgb(236,189,50); }
H1.HeaderClassName
{
color: #ECBD32;
}
.AnyTagClassName
{
color: #ECBD32;
}
</style>
background-color css
<style>
a { background-color: #ECBD32; }
a { background-color: rgb(236,189,50); }
div.DivClassName
{
background-color: #ECBD32;
}
.BgClassName
{
background-color: #ECBD32;
}
</style>
border-color css
<style>
span { border-color: #ECBD32; }
span { border-color: rgb(236,189,50); }
td.TdClassName
{
border-color: #ECBD32;
}
.TagClassName
{
border-color: #ECBD32;
}
</style>