Shades of Bright Sun #ECB62C
Tints of Bright Sun #ECB62C
RGB
CMYK
RGB Variations
Color information
#ECB62C (or 0xECB62C) is known color: Bright Sun. HEX triplet: EC, B6 and 2C. RGB value is (236,182,44). Sum of RGB (Red+Green+Blue) = 236+182+44=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB62C is #1349D3. Grayscale: #B7B7B7. Windows color (decimal): -1264084 or 2930412. OLE color: 2930412.
HSL color Cylindrical-coordinate representation of color #ECB62C: hue angle of 43.12º 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 #ECB62C is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 44 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.07 |
| HSL | 43.13º | 0.83% | 0.55% | - |
| HSV(B) | 43.13º | 0.81% | 0.93% | - |
| XYZ | 51.77 | 51.47 | 9.59 | - |
| YUV | 182.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 44 | 0 | 0.23 | 0.81 | 0.07 | 43.13 | 0.83 | 0.55 |
| Hex | EC | B6 | 2C | 0 | 17 | 51 | 7 | 2B | 53 | 37 |
| Octal | 354 | 266 | 54 | 0 | 27 | 121 | 7 | 53 | 123 | 67 |
| Binary | 11101100 | 10110110 | 101100 | 0 | 10111 | 1010001 | 111 | 101011 | 1010011 | 110111 |
Color Harmonies of #ECB62C
Complementary color
Monochromatic Colors of #ECB62C
Black with #ECB62C
Text Example
Text Example
White with #ECB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB62C; }
p { color: rgb(236,182,44); }
H1.HeaderClassName
{
color: #ECB62C;
}
.AnyTagClassName
{
color: #ECB62C;
}
</style>
background-color css
<style>
a { background-color: #ECB62C; }
a { background-color: rgb(236,182,44); }
div.DivClassName
{
background-color: #ECB62C;
}
.BgClassName
{
background-color: #ECB62C;
}
</style>
border-color css
<style>
span { border-color: #ECB62C; }
span { border-color: rgb(236,182,44); }
td.TdClassName
{
border-color: #ECB62C;
}
.TagClassName
{
border-color: #ECB62C;
}
</style>