Shades of Bright Sun #ECBE34
Tints of Bright Sun #ECBE34
RGB
CMYK
RGB Variations
Color information
#ECBE34 (or 0xECBE34) is known color: Bright Sun. HEX triplet: EC, BE and 34. RGB value is (236,190,52). Sum of RGB (Red+Green+Blue) = 236+190+52=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE34 is #1341CB. Grayscale: #BCBCBC. Windows color (decimal): -1262028 or 3456748. OLE color: 3456748.
HSL color Cylindrical-coordinate representation of color #ECBE34: hue angle of 45º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECBE34 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 52 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.07 |
| HSL | 45º | 0.83% | 0.56% | - |
| HSV(B) | 45º | 0.78% | 0.93% | - |
| XYZ | 53.63 | 54.91 | 11.02 | - |
| YUV | 188.02 | 51.24 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 52 | 0 | 0.19 | 0.78 | 0.07 | 45 | 0.83 | 0.56 |
| Hex | EC | BE | 34 | 0 | 13 | 4E | 7 | 2D | 53 | 38 |
| Octal | 354 | 276 | 64 | 0 | 23 | 116 | 7 | 55 | 123 | 70 |
| Binary | 11101100 | 10111110 | 110100 | 0 | 10011 | 1001110 | 111 | 101101 | 1010011 | 111000 |
Color Harmonies of #ECBE34
Complementary color
Monochromatic Colors of #ECBE34
Black with #ECBE34
Text Example
Text Example
White with #ECBE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE34; }
p { color: rgb(236,190,52); }
H1.HeaderClassName
{
color: #ECBE34;
}
.AnyTagClassName
{
color: #ECBE34;
}
</style>
background-color css
<style>
a { background-color: #ECBE34; }
a { background-color: rgb(236,190,52); }
div.DivClassName
{
background-color: #ECBE34;
}
.BgClassName
{
background-color: #ECBE34;
}
</style>
border-color css
<style>
span { border-color: #ECBE34; }
span { border-color: rgb(236,190,52); }
td.TdClassName
{
border-color: #ECBE34;
}
.TagClassName
{
border-color: #ECBE34;
}
</style>