Shades of Bright Sun #ECB92A
Tints of Bright Sun #ECB92A
RGB
CMYK
RGB Variations
Color information
#ECB92A (or 0xECB92A) is known color: Bright Sun. HEX triplet: EC, B9 and 2A. RGB value is (236,185,42). Sum of RGB (Red+Green+Blue) = 236+185+42=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB92A is #1346D5. Grayscale: #B8B8B8. Windows color (decimal): -1263318 or 2800108. OLE color: 2800108.
HSL color Cylindrical-coordinate representation of color #ECB92A: hue angle of 44.23º 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 #ECB92A is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 42 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.07 |
| HSL | 44.23º | 0.84% | 0.55% | - |
| HSV(B) | 44.23º | 0.82% | 0.93% | - |
| XYZ | 52.36 | 52.7 | 9.6 | - |
| YUV | 183.95 | 47.9 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 42 | 0 | 0.22 | 0.82 | 0.07 | 44.23 | 0.84 | 0.55 |
| Hex | EC | B9 | 2A | 0 | 16 | 52 | 7 | 2C | 54 | 37 |
| Octal | 354 | 271 | 52 | 0 | 26 | 122 | 7 | 54 | 124 | 67 |
| Binary | 11101100 | 10111001 | 101010 | 0 | 10110 | 1010010 | 111 | 101100 | 1010100 | 110111 |
Color Harmonies of #ECB92A
Complementary color
Monochromatic Colors of #ECB92A
Black with #ECB92A
Text Example
Text Example
White with #ECB92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB92A; }
p { color: rgb(236,185,42); }
H1.HeaderClassName
{
color: #ECB92A;
}
.AnyTagClassName
{
color: #ECB92A;
}
</style>
background-color css
<style>
a { background-color: #ECB92A; }
a { background-color: rgb(236,185,42); }
div.DivClassName
{
background-color: #ECB92A;
}
.BgClassName
{
background-color: #ECB92A;
}
</style>
border-color css
<style>
span { border-color: #ECB92A; }
span { border-color: rgb(236,185,42); }
td.TdClassName
{
border-color: #ECB92A;
}
.TagClassName
{
border-color: #ECB92A;
}
</style>