Shades of Bright Sun #ECB527
Tints of Bright Sun #ECB527
RGB
CMYK
RGB Variations
Color information
#ECB527 (or 0xECB527) is known color: Bright Sun. HEX triplet: EC, B5 and 27. RGB value is (236,181,39). Sum of RGB (Red+Green+Blue) = 236+181+39=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB527 is #134AD8. Grayscale: #B5B5B5. Windows color (decimal): -1264345 or 2602476. OLE color: 2602476.
HSL color Cylindrical-coordinate representation of color #ECB527: hue angle of 43.25º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECB527 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 39 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.07 |
| HSL | 43.25º | 0.84% | 0.54% | - |
| HSV(B) | 43.25º | 0.83% | 0.93% | - |
| XYZ | 51.48 | 51.03 | 9.06 | - |
| YUV | 181.26 | 47.72 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 39 | 0 | 0.23 | 0.83 | 0.07 | 43.25 | 0.84 | 0.54 |
| Hex | EC | B5 | 27 | 0 | 17 | 53 | 7 | 2B | 54 | 36 |
| Octal | 354 | 265 | 47 | 0 | 27 | 123 | 7 | 53 | 124 | 66 |
| Binary | 11101100 | 10110101 | 100111 | 0 | 10111 | 1010011 | 111 | 101011 | 1010100 | 110110 |
Color Harmonies of #ECB527
Complementary color
Monochromatic Colors of #ECB527
Black with #ECB527
Text Example
Text Example
White with #ECB527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB527; }
p { color: rgb(236,181,39); }
H1.HeaderClassName
{
color: #ECB527;
}
.AnyTagClassName
{
color: #ECB527;
}
</style>
background-color css
<style>
a { background-color: #ECB527; }
a { background-color: rgb(236,181,39); }
div.DivClassName
{
background-color: #ECB527;
}
.BgClassName
{
background-color: #ECB527;
}
</style>
border-color css
<style>
span { border-color: #ECB527; }
span { border-color: rgb(236,181,39); }
td.TdClassName
{
border-color: #ECB527;
}
.TagClassName
{
border-color: #ECB527;
}
</style>