Shades of Bright Sun #ECBD2F
Tints of Bright Sun #ECBD2F
RGB
CMYK
RGB Variations
Color information
#ECBD2F (or 0xECBD2F) is known color: Bright Sun. HEX triplet: EC, BD and 2F. RGB value is (236,189,47). Sum of RGB (Red+Green+Blue) = 236+189+47=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 47 (18.75% from 255 or 9.96% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD2F is #1342D0. Grayscale: #BBBBBB. Windows color (decimal): -1262289 or 3128812. OLE color: 3128812.
HSL color Cylindrical-coordinate representation of color #ECBD2F: hue angle of 45.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECBD2F is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 47 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.07 |
| HSL | 45.08º | 0.83% | 0.55% | - |
| HSV(B) | 45.08º | 0.8% | 0.93% | - |
| XYZ | 53.3 | 54.43 | 10.39 | - |
| YUV | 186.87 | 49.07 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 47 | 0 | 0.20 | 0.80 | 0.07 | 45.08 | 0.83 | 0.55 |
| Hex | EC | BD | 2F | 0 | 14 | 50 | 7 | 2D | 53 | 37 |
| Octal | 354 | 275 | 57 | 0 | 24 | 120 | 7 | 55 | 123 | 67 |
| Binary | 11101100 | 10111101 | 101111 | 0 | 10100 | 1010000 | 111 | 101101 | 1010011 | 110111 |
Color Harmonies of #ECBD2F
Complementary color
Monochromatic Colors of #ECBD2F
Black with #ECBD2F
Text Example
Text Example
White with #ECBD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD2F; }
p { color: rgb(236,189,47); }
H1.HeaderClassName
{
color: #ECBD2F;
}
.AnyTagClassName
{
color: #ECBD2F;
}
</style>
background-color css
<style>
a { background-color: #ECBD2F; }
a { background-color: rgb(236,189,47); }
div.DivClassName
{
background-color: #ECBD2F;
}
.BgClassName
{
background-color: #ECBD2F;
}
</style>
border-color css
<style>
span { border-color: #ECBD2F; }
span { border-color: rgb(236,189,47); }
td.TdClassName
{
border-color: #ECBD2F;
}
.TagClassName
{
border-color: #ECBD2F;
}
</style>