Shades of Manz #ECDF5A
Tints of Manz #ECDF5A
RGB
CMYK
RGB Variations
Color information
#ECDF5A (or 0xECDF5A) is known color: Manz. HEX triplet: EC, DF and 5A. RGB value is (236,223,90). Sum of RGB (Red+Green+Blue) = 236+223+90=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF5A is #1320A5. Grayscale: #D4D4D4. Windows color (decimal): -1253542 or 5955564. OLE color: 5955564.
HSL color Cylindrical-coordinate representation of color #ECDF5A: hue angle of 54.66º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECDF5A is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 90 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.07 |
| HSL | 54.66º | 0.79% | 0.64% | - |
| HSV(B) | 54.66º | 0.62% | 0.93% | - |
| XYZ | 62.83 | 71.35 | 20.13 | - |
| YUV | 211.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 90 | 0 | 0.06 | 0.62 | 0.07 | 54.66 | 0.79 | 0.64 |
| Hex | EC | DF | 5A | 0 | 6 | 3E | 7 | 37 | 4F | 40 |
| Octal | 354 | 337 | 132 | 0 | 6 | 76 | 7 | 67 | 117 | 100 |
| Binary | 11101100 | 11011111 | 1011010 | 0 | 110 | 111110 | 111 | 110111 | 1001111 | 1000000 |
Color Harmonies of #ECDF5A
Complementary color
Monochromatic Colors of #ECDF5A
Black with #ECDF5A
Text Example
Text Example
White with #ECDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF5A; }
p { color: rgb(236,223,90); }
H1.HeaderClassName
{
color: #ECDF5A;
}
.AnyTagClassName
{
color: #ECDF5A;
}
</style>
background-color css
<style>
a { background-color: #ECDF5A; }
a { background-color: rgb(236,223,90); }
div.DivClassName
{
background-color: #ECDF5A;
}
.BgClassName
{
background-color: #ECDF5A;
}
</style>
border-color css
<style>
span { border-color: #ECDF5A; }
span { border-color: rgb(236,223,90); }
td.TdClassName
{
border-color: #ECDF5A;
}
.TagClassName
{
border-color: #ECDF5A;
}
</style>