Shades of Bright Sun #ECB52B
Tints of Bright Sun #ECB52B
RGB
CMYK
RGB Variations
Color information
#ECB52B (or 0xECB52B) is known color: Bright Sun. HEX triplet: EC, B5 and 2B. RGB value is (236,181,43). Sum of RGB (Red+Green+Blue) = 236+181+43=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB52B is #134AD4. Grayscale: #B6B6B6. Windows color (decimal): -1264341 or 2864620. OLE color: 2864620.
HSL color Cylindrical-coordinate representation of color #ECB52B: hue angle of 42.9º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECB52B is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 43 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.07 |
| HSL | 42.9º | 0.84% | 0.55% | - |
| HSV(B) | 42.9º | 0.82% | 0.93% | - |
| XYZ | 51.55 | 51.06 | 9.42 | - |
| YUV | 181.71 | 49.72 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 43 | 0 | 0.23 | 0.82 | 0.07 | 42.9 | 0.84 | 0.55 |
| Hex | EC | B5 | 2B | 0 | 17 | 52 | 7 | 2B | 54 | 37 |
| Octal | 354 | 265 | 53 | 0 | 27 | 122 | 7 | 53 | 124 | 67 |
| Binary | 11101100 | 10110101 | 101011 | 0 | 10111 | 1010010 | 111 | 101011 | 1010100 | 110111 |
Color Harmonies of #ECB52B
Complementary color
Monochromatic Colors of #ECB52B
Black with #ECB52B
Text Example
Text Example
White with #ECB52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB52B; }
p { color: rgb(236,181,43); }
H1.HeaderClassName
{
color: #ECB52B;
}
.AnyTagClassName
{
color: #ECB52B;
}
</style>
background-color css
<style>
a { background-color: #ECB52B; }
a { background-color: rgb(236,181,43); }
div.DivClassName
{
background-color: #ECB52B;
}
.BgClassName
{
background-color: #ECB52B;
}
</style>
border-color css
<style>
span { border-color: #ECB52B; }
span { border-color: rgb(236,181,43); }
td.TdClassName
{
border-color: #ECB52B;
}
.TagClassName
{
border-color: #ECB52B;
}
</style>