Shades of Ronchi #ECB75A
Tints of Ronchi #ECB75A
RGB
CMYK
RGB Variations
Color information
#ECB75A (or 0xECB75A) is known color: Ronchi. HEX triplet: EC, B7 and 5A. RGB value is (236,183,90). Sum of RGB (Red+Green+Blue) = 236+183+90=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB75A is #1348A5. Grayscale: #BCBCBC. Windows color (decimal): -1263782 or 5945324. OLE color: 5945324.
HSL color Cylindrical-coordinate representation of color #ECB75A: hue angle of 38.22º 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 #ECB75A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 90 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.07 |
| HSL | 38.22º | 0.79% | 0.64% | - |
| HSV(B) | 38.22º | 0.62% | 0.93% | - |
| XYZ | 53.37 | 52.44 | 16.98 | - |
| YUV | 188.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 90 | 0 | 0.22 | 0.62 | 0.07 | 38.22 | 0.79 | 0.64 |
| Hex | EC | B7 | 5A | 0 | 16 | 3E | 7 | 26 | 4F | 40 |
| Octal | 354 | 267 | 132 | 0 | 26 | 76 | 7 | 46 | 117 | 100 |
| Binary | 11101100 | 10110111 | 1011010 | 0 | 10110 | 111110 | 111 | 100110 | 1001111 | 1000000 |
Color Harmonies of #ECB75A
Complementary color
Monochromatic Colors of #ECB75A
Black with #ECB75A
Text Example
Text Example
White with #ECB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB75A; }
p { color: rgb(236,183,90); }
H1.HeaderClassName
{
color: #ECB75A;
}
.AnyTagClassName
{
color: #ECB75A;
}
</style>
background-color css
<style>
a { background-color: #ECB75A; }
a { background-color: rgb(236,183,90); }
div.DivClassName
{
background-color: #ECB75A;
}
.BgClassName
{
background-color: #ECB75A;
}
</style>
border-color css
<style>
span { border-color: #ECB75A; }
span { border-color: rgb(236,183,90); }
td.TdClassName
{
border-color: #ECB75A;
}
.TagClassName
{
border-color: #ECB75A;
}
</style>