Shades of Bright Sun #ECB52D
Tints of Bright Sun #ECB52D
RGB
CMYK
RGB Variations
Color information
#ECB52D (or 0xECB52D) is known color: Bright Sun. HEX triplet: EC, B5 and 2D. RGB value is (236,181,45). Sum of RGB (Red+Green+Blue) = 236+181+45=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB52D is #134AD2. Grayscale: #B6B6B6. Windows color (decimal): -1264339 or 2995692. OLE color: 2995692.
HSL color Cylindrical-coordinate representation of color #ECB52D: hue angle of 42.72º 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 #ECB52D is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 45 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.07 |
| HSL | 42.72º | 0.83% | 0.55% | - |
| HSV(B) | 42.72º | 0.81% | 0.93% | - |
| XYZ | 51.59 | 51.07 | 9.62 | - |
| YUV | 181.94 | 50.72 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 45 | 0 | 0.23 | 0.81 | 0.07 | 42.72 | 0.83 | 0.55 |
| Hex | EC | B5 | 2D | 0 | 17 | 51 | 7 | 2B | 53 | 37 |
| Octal | 354 | 265 | 55 | 0 | 27 | 121 | 7 | 53 | 123 | 67 |
| Binary | 11101100 | 10110101 | 101101 | 0 | 10111 | 1010001 | 111 | 101011 | 1010011 | 110111 |
Color Harmonies of #ECB52D
Complementary color
Monochromatic Colors of #ECB52D
Black with #ECB52D
Text Example
Text Example
White with #ECB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB52D; }
p { color: rgb(236,181,45); }
H1.HeaderClassName
{
color: #ECB52D;
}
.AnyTagClassName
{
color: #ECB52D;
}
</style>
background-color css
<style>
a { background-color: #ECB52D; }
a { background-color: rgb(236,181,45); }
div.DivClassName
{
background-color: #ECB52D;
}
.BgClassName
{
background-color: #ECB52D;
}
</style>
border-color css
<style>
span { border-color: #ECB52D; }
span { border-color: rgb(236,181,45); }
td.TdClassName
{
border-color: #ECB52D;
}
.TagClassName
{
border-color: #ECB52D;
}
</style>