Shades of Ronchi #EABB4B
Tints of Ronchi #EABB4B
RGB
CMYK
RGB Variations
Color information
#EABB4B (or 0xEABB4B) is known color: Ronchi. HEX triplet: EA, BB and 4B. RGB value is (234,187,75). Sum of RGB (Red+Green+Blue) = 234+187+75=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB4B is #1544B4. Grayscale: #BCBCBC. Windows color (decimal): -1393845 or 4963306. OLE color: 4963306.
HSL color Cylindrical-coordinate representation of color #EABB4B: hue angle of 42.26º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EABB4B is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 75 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.08 |
| HSL | 42.26º | 0.79% | 0.61% | - |
| HSV(B) | 42.26º | 0.68% | 0.92% | - |
| XYZ | 52.97 | 53.54 | 14.2 | - |
| YUV | 188.29 | 64.07 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 75 | 0 | 0.20 | 0.68 | 0.08 | 42.26 | 0.79 | 0.61 |
| Hex | EA | BB | 4B | 0 | 14 | 44 | 8 | 2A | 4F | 3D |
| Octal | 352 | 273 | 113 | 0 | 24 | 104 | 10 | 52 | 117 | 75 |
| Binary | 11101010 | 10111011 | 1001011 | 0 | 10100 | 1000100 | 1000 | 101010 | 1001111 | 111101 |
Color Harmonies of #EABB4B
Complementary color
Monochromatic Colors of #EABB4B
Black with #EABB4B
Text Example
Text Example
White with #EABB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB4B; }
p { color: rgb(234,187,75); }
H1.HeaderClassName
{
color: #EABB4B;
}
.AnyTagClassName
{
color: #EABB4B;
}
</style>
background-color css
<style>
a { background-color: #EABB4B; }
a { background-color: rgb(234,187,75); }
div.DivClassName
{
background-color: #EABB4B;
}
.BgClassName
{
background-color: #EABB4B;
}
</style>
border-color css
<style>
span { border-color: #EABB4B; }
span { border-color: rgb(234,187,75); }
td.TdClassName
{
border-color: #EABB4B;
}
.TagClassName
{
border-color: #EABB4B;
}
</style>