Shades of Ronchi #E4B14B
Tints of Ronchi #E4B14B
RGB
CMYK
RGB Variations
Color information
#E4B14B (or 0xE4B14B) is known color: Ronchi. HEX triplet: E4, B1 and 4B. RGB value is (228,177,75). Sum of RGB (Red+Green+Blue) = 228+177+75=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4B14B is #1B4EB4. Grayscale: #B5B5B5. Windows color (decimal): -1789621 or 4960740. OLE color: 4960740.
HSL color Cylindrical-coordinate representation of color #E4B14B: hue angle of 40º degrees, saturation: 0.74, 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 #E4B14B is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 75 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.11 |
| HSL | 40º | 0.74% | 0.59% | - |
| HSV(B) | 40º | 0.67% | 0.89% | - |
| XYZ | 48.99 | 48.45 | 13.43 | - |
| YUV | 180.62 | 68.4 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 75 | 0 | 0.22 | 0.67 | 0.11 | 40 | 0.74 | 0.59 |
| Hex | E4 | B1 | 4B | 0 | 16 | 43 | B | 28 | 4A | 3B |
| Octal | 344 | 261 | 113 | 0 | 26 | 103 | 13 | 50 | 112 | 73 |
| Binary | 11100100 | 10110001 | 1001011 | 0 | 10110 | 1000011 | 1011 | 101000 | 1001010 | 111011 |
Color Harmonies of #E4B14B
Complementary color
Monochromatic Colors of #E4B14B
Black with #E4B14B
Text Example
Text Example
White with #E4B14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B14B; }
p { color: rgb(228,177,75); }
H1.HeaderClassName
{
color: #E4B14B;
}
.AnyTagClassName
{
color: #E4B14B;
}
</style>
background-color css
<style>
a { background-color: #E4B14B; }
a { background-color: rgb(228,177,75); }
div.DivClassName
{
background-color: #E4B14B;
}
.BgClassName
{
background-color: #E4B14B;
}
</style>
border-color css
<style>
span { border-color: #E4B14B; }
span { border-color: rgb(228,177,75); }
td.TdClassName
{
border-color: #E4B14B;
}
.TagClassName
{
border-color: #E4B14B;
}
</style>