Shades of Ronchi #EABB4A
Tints of Ronchi #EABB4A
RGB
CMYK
RGB Variations
Color information
#EABB4A (or 0xEABB4A) is known color: Ronchi. HEX triplet: EA, BB and 4A. RGB value is (234,187,74). Sum of RGB (Red+Green+Blue) = 234+187+74=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB4A is #1544B5. Grayscale: #BCBCBC. Windows color (decimal): -1393846 or 4897770. OLE color: 4897770.
HSL color Cylindrical-coordinate representation of color #EABB4A: hue angle of 42.38º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EABB4A is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 74 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.08 |
| HSL | 42.38º | 0.79% | 0.6% | - |
| HSV(B) | 42.38º | 0.68% | 0.92% | - |
| XYZ | 52.94 | 53.53 | 14.02 | - |
| YUV | 188.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 74 | 0 | 0.20 | 0.68 | 0.08 | 42.38 | 0.79 | 0.6 |
| Hex | EA | BB | 4A | 0 | 14 | 44 | 8 | 2A | 4F | 3C |
| Octal | 352 | 273 | 112 | 0 | 24 | 104 | 10 | 52 | 117 | 74 |
| Binary | 11101010 | 10111011 | 1001010 | 0 | 10100 | 1000100 | 1000 | 101010 | 1001111 | 111100 |
Color Harmonies of #EABB4A
Complementary color
Monochromatic Colors of #EABB4A
Black with #EABB4A
Text Example
Text Example
White with #EABB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB4A; }
p { color: rgb(234,187,74); }
H1.HeaderClassName
{
color: #EABB4A;
}
.AnyTagClassName
{
color: #EABB4A;
}
</style>
background-color css
<style>
a { background-color: #EABB4A; }
a { background-color: rgb(234,187,74); }
div.DivClassName
{
background-color: #EABB4A;
}
.BgClassName
{
background-color: #EABB4A;
}
</style>
border-color css
<style>
span { border-color: #EABB4A; }
span { border-color: rgb(234,187,74); }
td.TdClassName
{
border-color: #EABB4A;
}
.TagClassName
{
border-color: #EABB4A;
}
</style>