Shades of Bright Sun #ECBF32
Tints of Bright Sun #ECBF32
RGB
CMYK
RGB Variations
Color information
#ECBF32 (or 0xECBF32) is known color: Bright Sun. HEX triplet: EC, BF and 32. RGB value is (236,191,50). Sum of RGB (Red+Green+Blue) = 236+191+50=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF32 is #1340CD. Grayscale: #BCBCBC. Windows color (decimal): -1261774 or 3325932. OLE color: 3325932.
HSL color Cylindrical-coordinate representation of color #ECBF32: hue angle of 45.48º 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 #ECBF32 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 50 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.07 |
| HSL | 45.48º | 0.83% | 0.56% | - |
| HSV(B) | 45.48º | 0.79% | 0.93% | - |
| XYZ | 53.8 | 55.32 | 10.86 | - |
| YUV | 188.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 50 | 0 | 0.19 | 0.79 | 0.07 | 45.48 | 0.83 | 0.56 |
| Hex | EC | BF | 32 | 0 | 13 | 4F | 7 | 2D | 53 | 38 |
| Octal | 354 | 277 | 62 | 0 | 23 | 117 | 7 | 55 | 123 | 70 |
| Binary | 11101100 | 10111111 | 110010 | 0 | 10011 | 1001111 | 111 | 101101 | 1010011 | 111000 |
Color Harmonies of #ECBF32
Complementary color
Monochromatic Colors of #ECBF32
Black with #ECBF32
Text Example
Text Example
White with #ECBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF32; }
p { color: rgb(236,191,50); }
H1.HeaderClassName
{
color: #ECBF32;
}
.AnyTagClassName
{
color: #ECBF32;
}
</style>
background-color css
<style>
a { background-color: #ECBF32; }
a { background-color: rgb(236,191,50); }
div.DivClassName
{
background-color: #ECBF32;
}
.BgClassName
{
background-color: #ECBF32;
}
</style>
border-color css
<style>
span { border-color: #ECBF32; }
span { border-color: rgb(236,191,50); }
td.TdClassName
{
border-color: #ECBF32;
}
.TagClassName
{
border-color: #ECBF32;
}
</style>