Shades of Ronchi #E6B44C
Tints of Ronchi #E6B44C
RGB
CMYK
RGB Variations
Color information
#E6B44C (or 0xE6B44C) is known color: Ronchi. HEX triplet: E6, B4 and 4C. RGB value is (230,180,76). Sum of RGB (Red+Green+Blue) = 230+180+76=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B44C is #194BB3. Grayscale: #B7B7B7. Windows color (decimal): -1657780 or 5027046. OLE color: 5027046.
HSL color Cylindrical-coordinate representation of color #E6B44C: hue angle of 40.52º 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 #E6B44C is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 180 | 76 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.10 |
| HSL | 40.52º | 0.75% | 0.6% | - |
| HSV(B) | 40.52º | 0.67% | 0.9% | - |
| XYZ | 50.26 | 49.99 | 13.84 | - |
| YUV | 183.09 | 67.57 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 180 | 76 | 0 | 0.22 | 0.67 | 0.10 | 40.52 | 0.75 | 0.6 |
| Hex | E6 | B4 | 4C | 0 | 16 | 43 | A | 29 | 4B | 3C |
| Octal | 346 | 264 | 114 | 0 | 26 | 103 | 12 | 51 | 113 | 74 |
| Binary | 11100110 | 10110100 | 1001100 | 0 | 10110 | 1000011 | 1010 | 101001 | 1001011 | 111100 |
Color Harmonies of #E6B44C
Complementary color
Monochromatic Colors of #E6B44C
Black with #E6B44C
Text Example
Text Example
White with #E6B44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B44C; }
p { color: rgb(230,180,76); }
H1.HeaderClassName
{
color: #E6B44C;
}
.AnyTagClassName
{
color: #E6B44C;
}
</style>
background-color css
<style>
a { background-color: #E6B44C; }
a { background-color: rgb(230,180,76); }
div.DivClassName
{
background-color: #E6B44C;
}
.BgClassName
{
background-color: #E6B44C;
}
</style>
border-color css
<style>
span { border-color: #E6B44C; }
span { border-color: rgb(230,180,76); }
td.TdClassName
{
border-color: #E6B44C;
}
.TagClassName
{
border-color: #E6B44C;
}
</style>