Shades of Ronchi #E5B24B
Tints of Ronchi #E5B24B
RGB
CMYK
RGB Variations
Color information
#E5B24B (or 0xE5B24B) is known color: Ronchi. HEX triplet: E5, B2 and 4B. RGB value is (229,178,75). Sum of RGB (Red+Green+Blue) = 229+178+75=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B24B is #1A4DB4. Grayscale: #B5B5B5. Windows color (decimal): -1723829 or 4960997. OLE color: 4960997.
HSL color Cylindrical-coordinate representation of color #E5B24B: hue angle of 40.13º 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 #E5B24B is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 75 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.10 |
| HSL | 40.13º | 0.75% | 0.6% | - |
| HSV(B) | 40.13º | 0.67% | 0.9% | - |
| XYZ | 49.5 | 49.01 | 13.51 | - |
| YUV | 181.51 | 67.9 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 75 | 0 | 0.22 | 0.67 | 0.10 | 40.13 | 0.75 | 0.6 |
| Hex | E5 | B2 | 4B | 0 | 16 | 43 | A | 28 | 4B | 3C |
| Octal | 345 | 262 | 113 | 0 | 26 | 103 | 12 | 50 | 113 | 74 |
| Binary | 11100101 | 10110010 | 1001011 | 0 | 10110 | 1000011 | 1010 | 101000 | 1001011 | 111100 |
Color Harmonies of #E5B24B
Complementary color
Monochromatic Colors of #E5B24B
Black with #E5B24B
Text Example
Text Example
White with #E5B24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B24B; }
p { color: rgb(229,178,75); }
H1.HeaderClassName
{
color: #E5B24B;
}
.AnyTagClassName
{
color: #E5B24B;
}
</style>
background-color css
<style>
a { background-color: #E5B24B; }
a { background-color: rgb(229,178,75); }
div.DivClassName
{
background-color: #E5B24B;
}
.BgClassName
{
background-color: #E5B24B;
}
</style>
border-color css
<style>
span { border-color: #E5B24B; }
span { border-color: rgb(229,178,75); }
td.TdClassName
{
border-color: #E5B24B;
}
.TagClassName
{
border-color: #E5B24B;
}
</style>