Shades of Bright Sun #ECB32F
Tints of Bright Sun #ECB32F
RGB
CMYK
RGB Variations
Color information
#ECB32F (or 0xECB32F) is known color: Bright Sun. HEX triplet: EC, B3 and 2F. RGB value is (236,179,47). Sum of RGB (Red+Green+Blue) = 236+179+47=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB32F is #134CD0. Grayscale: #B5B5B5. Windows color (decimal): -1264849 or 3126252. OLE color: 3126252.
HSL color Cylindrical-coordinate representation of color #ECB32F: hue angle of 41.9º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECB32F is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 47 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.07 |
| HSL | 41.9º | 0.83% | 0.55% | - |
| HSV(B) | 41.9º | 0.8% | 0.93% | - |
| XYZ | 51.23 | 50.28 | 9.69 | - |
| YUV | 181 | 52.38 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 47 | 0 | 0.24 | 0.80 | 0.07 | 41.9 | 0.83 | 0.55 |
| Hex | EC | B3 | 2F | 0 | 18 | 50 | 7 | 2A | 53 | 37 |
| Octal | 354 | 263 | 57 | 0 | 30 | 120 | 7 | 52 | 123 | 67 |
| Binary | 11101100 | 10110011 | 101111 | 0 | 11000 | 1010000 | 111 | 101010 | 1010011 | 110111 |
Color Harmonies of #ECB32F
Complementary color
Monochromatic Colors of #ECB32F
Black with #ECB32F
Text Example
Text Example
White with #ECB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB32F; }
p { color: rgb(236,179,47); }
H1.HeaderClassName
{
color: #ECB32F;
}
.AnyTagClassName
{
color: #ECB32F;
}
</style>
background-color css
<style>
a { background-color: #ECB32F; }
a { background-color: rgb(236,179,47); }
div.DivClassName
{
background-color: #ECB32F;
}
.BgClassName
{
background-color: #ECB32F;
}
</style>
border-color css
<style>
span { border-color: #ECB32F; }
span { border-color: rgb(236,179,47); }
td.TdClassName
{
border-color: #ECB32F;
}
.TagClassName
{
border-color: #ECB32F;
}
</style>