Shades of Ronchi #EEBB4F
Tints of Ronchi #EEBB4F
RGB
CMYK
RGB Variations
Color information
#EEBB4F (or 0xEEBB4F) is known color: Ronchi. HEX triplet: EE, BB and 4F. RGB value is (238,187,79). Sum of RGB (Red+Green+Blue) = 238+187+79=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBB4F is #1144B0. Grayscale: #BEBEBE. Windows color (decimal): -1131697 or 5225454. OLE color: 5225454.
HSL color Cylindrical-coordinate representation of color #EEBB4F: hue angle of 40.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEBB4F is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 79 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.07 |
| HSL | 40.75º | 0.82% | 0.62% | - |
| HSV(B) | 40.75º | 0.67% | 0.93% | - |
| XYZ | 54.44 | 54.28 | 15.01 | - |
| YUV | 189.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 79 | 0 | 0.21 | 0.67 | 0.07 | 40.75 | 0.82 | 0.62 |
| Hex | EE | BB | 4F | 0 | 15 | 43 | 7 | 29 | 52 | 3E |
| Octal | 356 | 273 | 117 | 0 | 25 | 103 | 7 | 51 | 122 | 76 |
| Binary | 11101110 | 10111011 | 1001111 | 0 | 10101 | 1000011 | 111 | 101001 | 1010010 | 111110 |
Color Harmonies of #EEBB4F
Complementary color
Monochromatic Colors of #EEBB4F
Black with #EEBB4F
Text Example
Text Example
White with #EEBB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBB4F; }
p { color: rgb(238,187,79); }
H1.HeaderClassName
{
color: #EEBB4F;
}
.AnyTagClassName
{
color: #EEBB4F;
}
</style>
background-color css
<style>
a { background-color: #EEBB4F; }
a { background-color: rgb(238,187,79); }
div.DivClassName
{
background-color: #EEBB4F;
}
.BgClassName
{
background-color: #EEBB4F;
}
</style>
border-color css
<style>
span { border-color: #EEBB4F; }
span { border-color: rgb(238,187,79); }
td.TdClassName
{
border-color: #EEBB4F;
}
.TagClassName
{
border-color: #EEBB4F;
}
</style>