Shades of Ronchi #ECB44B
Tints of Ronchi #ECB44B
RGB
CMYK
RGB Variations
Color information
#ECB44B (or 0xECB44B) is known color: Ronchi. HEX triplet: EC, B4 and 4B. RGB value is (236,180,75). Sum of RGB (Red+Green+Blue) = 236+180+75=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB44B is #134BB4. Grayscale: #B9B9B9. Windows color (decimal): -1264565 or 4961516. OLE color: 4961516.
HSL color Cylindrical-coordinate representation of color #ECB44B: hue angle of 39.13º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECB44B is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 75 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.07 |
| HSL | 39.13º | 0.81% | 0.61% | - |
| HSV(B) | 39.13º | 0.68% | 0.93% | - |
| XYZ | 52.18 | 50.98 | 13.75 | - |
| YUV | 184.77 | 66.05 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 75 | 0 | 0.24 | 0.68 | 0.07 | 39.13 | 0.81 | 0.61 |
| Hex | EC | B4 | 4B | 0 | 18 | 44 | 7 | 27 | 51 | 3D |
| Octal | 354 | 264 | 113 | 0 | 30 | 104 | 7 | 47 | 121 | 75 |
| Binary | 11101100 | 10110100 | 1001011 | 0 | 11000 | 1000100 | 111 | 100111 | 1010001 | 111101 |
Color Harmonies of #ECB44B
Complementary color
Monochromatic Colors of #ECB44B
Black with #ECB44B
Text Example
Text Example
White with #ECB44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB44B; }
p { color: rgb(236,180,75); }
H1.HeaderClassName
{
color: #ECB44B;
}
.AnyTagClassName
{
color: #ECB44B;
}
</style>
background-color css
<style>
a { background-color: #ECB44B; }
a { background-color: rgb(236,180,75); }
div.DivClassName
{
background-color: #ECB44B;
}
.BgClassName
{
background-color: #ECB44B;
}
</style>
border-color css
<style>
span { border-color: #ECB44B; }
span { border-color: rgb(236,180,75); }
td.TdClassName
{
border-color: #ECB44B;
}
.TagClassName
{
border-color: #ECB44B;
}
</style>