Shades of Bright Sun #ECB92F
Tints of Bright Sun #ECB92F
RGB
CMYK
RGB Variations
Color information
#ECB92F (or 0xECB92F) is known color: Bright Sun. HEX triplet: EC, B9 and 2F. RGB value is (236,185,47). Sum of RGB (Red+Green+Blue) = 236+185+47=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB92F is #1346D0. Grayscale: #B9B9B9. Windows color (decimal): -1263313 or 3127788. OLE color: 3127788.
HSL color Cylindrical-coordinate representation of color #ECB92F: hue angle of 43.81º 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 #ECB92F is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 47 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.07 |
| HSL | 43.81º | 0.83% | 0.55% | - |
| HSV(B) | 43.81º | 0.8% | 0.93% | - |
| XYZ | 52.45 | 52.74 | 10.1 | - |
| YUV | 184.52 | 50.4 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 47 | 0 | 0.22 | 0.80 | 0.07 | 43.81 | 0.83 | 0.55 |
| Hex | EC | B9 | 2F | 0 | 16 | 50 | 7 | 2C | 53 | 37 |
| Octal | 354 | 271 | 57 | 0 | 26 | 120 | 7 | 54 | 123 | 67 |
| Binary | 11101100 | 10111001 | 101111 | 0 | 10110 | 1010000 | 111 | 101100 | 1010011 | 110111 |
Color Harmonies of #ECB92F
Complementary color
Monochromatic Colors of #ECB92F
Black with #ECB92F
Text Example
Text Example
White with #ECB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB92F; }
p { color: rgb(236,185,47); }
H1.HeaderClassName
{
color: #ECB92F;
}
.AnyTagClassName
{
color: #ECB92F;
}
</style>
background-color css
<style>
a { background-color: #ECB92F; }
a { background-color: rgb(236,185,47); }
div.DivClassName
{
background-color: #ECB92F;
}
.BgClassName
{
background-color: #ECB92F;
}
</style>
border-color css
<style>
span { border-color: #ECB92F; }
span { border-color: rgb(236,185,47); }
td.TdClassName
{
border-color: #ECB92F;
}
.TagClassName
{
border-color: #ECB92F;
}
</style>