Shades of Bright Sun #ECB42D
Tints of Bright Sun #ECB42D
RGB
CMYK
RGB Variations
Color information
#ECB42D (or 0xECB42D) is known color: Bright Sun. HEX triplet: EC, B4 and 2D. RGB value is (236,180,45). Sum of RGB (Red+Green+Blue) = 236+180+45=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB42D is #134BD2. Grayscale: #B5B5B5. Windows color (decimal): -1264595 or 2995436. OLE color: 2995436.
HSL color Cylindrical-coordinate representation of color #ECB42D: hue angle of 42.41º 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 #ECB42D is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 45 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.07 |
| HSL | 42.41º | 0.83% | 0.55% | - |
| HSV(B) | 42.41º | 0.81% | 0.93% | - |
| XYZ | 51.39 | 50.66 | 9.55 | - |
| YUV | 181.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 45 | 0 | 0.24 | 0.81 | 0.07 | 42.41 | 0.83 | 0.55 |
| Hex | EC | B4 | 2D | 0 | 18 | 51 | 7 | 2A | 53 | 37 |
| Octal | 354 | 264 | 55 | 0 | 30 | 121 | 7 | 52 | 123 | 67 |
| Binary | 11101100 | 10110100 | 101101 | 0 | 11000 | 1010001 | 111 | 101010 | 1010011 | 110111 |
Color Harmonies of #ECB42D
Complementary color
Monochromatic Colors of #ECB42D
Black with #ECB42D
Text Example
Text Example
White with #ECB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB42D; }
p { color: rgb(236,180,45); }
H1.HeaderClassName
{
color: #ECB42D;
}
.AnyTagClassName
{
color: #ECB42D;
}
</style>
background-color css
<style>
a { background-color: #ECB42D; }
a { background-color: rgb(236,180,45); }
div.DivClassName
{
background-color: #ECB42D;
}
.BgClassName
{
background-color: #ECB42D;
}
</style>
border-color css
<style>
span { border-color: #ECB42D; }
span { border-color: rgb(236,180,45); }
td.TdClassName
{
border-color: #ECB42D;
}
.TagClassName
{
border-color: #ECB42D;
}
</style>