Shades of Bright Sun #ECB42E
Tints of Bright Sun #ECB42E
RGB
CMYK
RGB Variations
Color information
#ECB42E (or 0xECB42E) is known color: Bright Sun. HEX triplet: EC, B4 and 2E. RGB value is (236,180,46). Sum of RGB (Red+Green+Blue) = 236+180+46=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 46 (18.36% from 255 or 9.96% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB42E is #134BD1. Grayscale: #B6B6B6. Windows color (decimal): -1264594 or 3060972. OLE color: 3060972.
HSL color Cylindrical-coordinate representation of color #ECB42E: hue angle of 42.32º 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 #ECB42E is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 46 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.07 |
| HSL | 42.32º | 0.83% | 0.55% | - |
| HSV(B) | 42.32º | 0.81% | 0.93% | - |
| XYZ | 51.41 | 50.67 | 9.66 | - |
| YUV | 181.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 46 | 0 | 0.24 | 0.81 | 0.07 | 42.32 | 0.83 | 0.55 |
| Hex | EC | B4 | 2E | 0 | 18 | 51 | 7 | 2A | 53 | 37 |
| Octal | 354 | 264 | 56 | 0 | 30 | 121 | 7 | 52 | 123 | 67 |
| Binary | 11101100 | 10110100 | 101110 | 0 | 11000 | 1010001 | 111 | 101010 | 1010011 | 110111 |
Color Harmonies of #ECB42E
Complementary color
Monochromatic Colors of #ECB42E
Black with #ECB42E
Text Example
Text Example
White with #ECB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB42E; }
p { color: rgb(236,180,46); }
H1.HeaderClassName
{
color: #ECB42E;
}
.AnyTagClassName
{
color: #ECB42E;
}
</style>
background-color css
<style>
a { background-color: #ECB42E; }
a { background-color: rgb(236,180,46); }
div.DivClassName
{
background-color: #ECB42E;
}
.BgClassName
{
background-color: #ECB42E;
}
</style>
border-color css
<style>
span { border-color: #ECB42E; }
span { border-color: rgb(236,180,46); }
td.TdClassName
{
border-color: #ECB42E;
}
.TagClassName
{
border-color: #ECB42E;
}
</style>