Shades of Bright Sun #ECBE2F
Tints of Bright Sun #ECBE2F
RGB
CMYK
RGB Variations
Color information
#ECBE2F (or 0xECBE2F) is known color: Bright Sun. HEX triplet: EC, BE and 2F. RGB value is (236,190,47). Sum of RGB (Red+Green+Blue) = 236+190+47=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE2F is #1341D0. Grayscale: #BCBCBC. Windows color (decimal): -1262033 or 3129068. OLE color: 3129068.
HSL color Cylindrical-coordinate representation of color #ECBE2F: hue angle of 45.4º 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 #ECBE2F is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 47 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.07 |
| HSL | 45.4º | 0.83% | 0.55% | - |
| HSV(B) | 45.4º | 0.8% | 0.93% | - |
| XYZ | 53.52 | 54.87 | 10.46 | - |
| YUV | 187.45 | 48.74 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 47 | 0 | 0.19 | 0.80 | 0.07 | 45.4 | 0.83 | 0.55 |
| Hex | EC | BE | 2F | 0 | 13 | 50 | 7 | 2D | 53 | 37 |
| Octal | 354 | 276 | 57 | 0 | 23 | 120 | 7 | 55 | 123 | 67 |
| Binary | 11101100 | 10111110 | 101111 | 0 | 10011 | 1010000 | 111 | 101101 | 1010011 | 110111 |
Color Harmonies of #ECBE2F
Complementary color
Monochromatic Colors of #ECBE2F
Black with #ECBE2F
Text Example
Text Example
White with #ECBE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE2F; }
p { color: rgb(236,190,47); }
H1.HeaderClassName
{
color: #ECBE2F;
}
.AnyTagClassName
{
color: #ECBE2F;
}
</style>
background-color css
<style>
a { background-color: #ECBE2F; }
a { background-color: rgb(236,190,47); }
div.DivClassName
{
background-color: #ECBE2F;
}
.BgClassName
{
background-color: #ECBE2F;
}
</style>
border-color css
<style>
span { border-color: #ECBE2F; }
span { border-color: rgb(236,190,47); }
td.TdClassName
{
border-color: #ECBE2F;
}
.TagClassName
{
border-color: #ECBE2F;
}
</style>