Shades of Ronchi #E6B44D
Tints of Ronchi #E6B44D
RGB
CMYK
RGB Variations
Color information
#E6B44D (or 0xE6B44D) is known color: Ronchi. HEX triplet: E6, B4 and 4D. RGB value is (230,180,77). Sum of RGB (Red+Green+Blue) = 230+180+77=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B44D is #194BB2. Grayscale: #B7B7B7. Windows color (decimal): -1657779 or 5092582. OLE color: 5092582.
HSL color Cylindrical-coordinate representation of color #E6B44D: hue angle of 40.39º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6B44D is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 77 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.10 |
| HSL | 40.39º | 0.75% | 0.6% | - |
| HSV(B) | 40.39º | 0.67% | 0.9% | - |
| XYZ | 50.29 | 50 | 14.02 | - |
| YUV | 183.21 | 68.07 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 77 | 0 | 0.22 | 0.67 | 0.10 | 40.39 | 0.75 | 0.6 |
| Hex | E6 | B4 | 4D | 0 | 16 | 43 | A | 28 | 4B | 3C |
| Octal | 346 | 264 | 115 | 0 | 26 | 103 | 12 | 50 | 113 | 74 |
| Binary | 11100110 | 10110100 | 1001101 | 0 | 10110 | 1000011 | 1010 | 101000 | 1001011 | 111100 |
Color Harmonies of #E6B44D
Complementary color
Monochromatic Colors of #E6B44D
Black with #E6B44D
Text Example
Text Example
White with #E6B44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B44D; }
p { color: rgb(230,180,77); }
H1.HeaderClassName
{
color: #E6B44D;
}
.AnyTagClassName
{
color: #E6B44D;
}
</style>
background-color css
<style>
a { background-color: #E6B44D; }
a { background-color: rgb(230,180,77); }
div.DivClassName
{
background-color: #E6B44D;
}
.BgClassName
{
background-color: #E6B44D;
}
</style>
border-color css
<style>
span { border-color: #E6B44D; }
span { border-color: rgb(230,180,77); }
td.TdClassName
{
border-color: #E6B44D;
}
.TagClassName
{
border-color: #E6B44D;
}
</style>