Shades of Ronchi #E2B34B
Tints of Ronchi #E2B34B
RGB
CMYK
RGB Variations
Color information
#E2B34B (or 0xE2B34B) is known color: Ronchi. HEX triplet: E2, B3 and 4B. RGB value is (226,179,75). Sum of RGB (Red+Green+Blue) = 226+179+75=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B34B is #1D4CB4. Grayscale: #B5B5B5. Windows color (decimal): -1920181 or 4961250. OLE color: 4961250.
HSL color Cylindrical-coordinate representation of color #E2B34B: hue angle of 41.32º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2B34B is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 75 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.11 |
| HSL | 41.32º | 0.72% | 0.59% | - |
| HSV(B) | 41.32º | 0.67% | 0.89% | - |
| XYZ | 48.75 | 48.92 | 13.53 | - |
| YUV | 181.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 75 | 0 | 0.21 | 0.67 | 0.11 | 41.32 | 0.72 | 0.59 |
| Hex | E2 | B3 | 4B | 0 | 15 | 43 | B | 29 | 48 | 3B |
| Octal | 342 | 263 | 113 | 0 | 25 | 103 | 13 | 51 | 110 | 73 |
| Binary | 11100010 | 10110011 | 1001011 | 0 | 10101 | 1000011 | 1011 | 101001 | 1001000 | 111011 |
Color Harmonies of #E2B34B
Complementary color
Monochromatic Colors of #E2B34B
Black with #E2B34B
Text Example
Text Example
White with #E2B34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B34B; }
p { color: rgb(226,179,75); }
H1.HeaderClassName
{
color: #E2B34B;
}
.AnyTagClassName
{
color: #E2B34B;
}
</style>
background-color css
<style>
a { background-color: #E2B34B; }
a { background-color: rgb(226,179,75); }
div.DivClassName
{
background-color: #E2B34B;
}
.BgClassName
{
background-color: #E2B34B;
}
</style>
border-color css
<style>
span { border-color: #E2B34B; }
span { border-color: rgb(226,179,75); }
td.TdClassName
{
border-color: #E2B34B;
}
.TagClassName
{
border-color: #E2B34B;
}
</style>