Shades of Bright Sun #ECBD2D
Tints of Bright Sun #ECBD2D
RGB
CMYK
RGB Variations
Color information
#ECBD2D (or 0xECBD2D) is known color: Bright Sun. HEX triplet: EC, BD and 2D. RGB value is (236,189,45). Sum of RGB (Red+Green+Blue) = 236+189+45=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD2D is #1342D2. Grayscale: #BBBBBB. Windows color (decimal): -1262291 or 2997740. OLE color: 2997740.
HSL color Cylindrical-coordinate representation of color #ECBD2D: hue angle of 45.24º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECBD2D is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 45 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.07 |
| HSL | 45.24º | 0.83% | 0.55% | - |
| HSV(B) | 45.24º | 0.81% | 0.93% | - |
| XYZ | 53.26 | 54.42 | 10.18 | - |
| YUV | 186.64 | 48.07 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 45 | 0 | 0.20 | 0.81 | 0.07 | 45.24 | 0.83 | 0.55 |
| Hex | EC | BD | 2D | 0 | 14 | 51 | 7 | 2D | 53 | 37 |
| Octal | 354 | 275 | 55 | 0 | 24 | 121 | 7 | 55 | 123 | 67 |
| Binary | 11101100 | 10111101 | 101101 | 0 | 10100 | 1010001 | 111 | 101101 | 1010011 | 110111 |
Color Harmonies of #ECBD2D
Complementary color
Monochromatic Colors of #ECBD2D
Black with #ECBD2D
Text Example
Text Example
White with #ECBD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD2D; }
p { color: rgb(236,189,45); }
H1.HeaderClassName
{
color: #ECBD2D;
}
.AnyTagClassName
{
color: #ECBD2D;
}
</style>
background-color css
<style>
a { background-color: #ECBD2D; }
a { background-color: rgb(236,189,45); }
div.DivClassName
{
background-color: #ECBD2D;
}
.BgClassName
{
background-color: #ECBD2D;
}
</style>
border-color css
<style>
span { border-color: #ECBD2D; }
span { border-color: rgb(236,189,45); }
td.TdClassName
{
border-color: #ECBD2D;
}
.TagClassName
{
border-color: #ECBD2D;
}
</style>