Shades of Ronchi #EDB84B
Tints of Ronchi #EDB84B
RGB
CMYK
RGB Variations
Color information
#EDB84B (or 0xEDB84B) is known color: Ronchi. HEX triplet: ED, B8 and 4B. RGB value is (237,184,75). Sum of RGB (Red+Green+Blue) = 237+184+75=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB84B is #1247B4. Grayscale: #BBBBBB. Windows color (decimal): -1198005 or 4962541. OLE color: 4962541.
HSL color Cylindrical-coordinate representation of color #EDB84B: hue angle of 40.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDB84B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 75 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.37º | 0.82% | 0.61% | - |
| HSV(B) | 40.37º | 0.68% | 0.93% | - |
| XYZ | 53.34 | 52.79 | 14.04 | - |
| YUV | 187.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 75 | 0 | 0.22 | 0.68 | 0.07 | 40.37 | 0.82 | 0.61 |
| Hex | ED | B8 | 4B | 0 | 16 | 44 | 7 | 28 | 52 | 3D |
| Octal | 355 | 270 | 113 | 0 | 26 | 104 | 7 | 50 | 122 | 75 |
| Binary | 11101101 | 10111000 | 1001011 | 0 | 10110 | 1000100 | 111 | 101000 | 1010010 | 111101 |
Color Harmonies of #EDB84B
Complementary color
Monochromatic Colors of #EDB84B
Black with #EDB84B
Text Example
Text Example
White with #EDB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB84B; }
p { color: rgb(237,184,75); }
H1.HeaderClassName
{
color: #EDB84B;
}
.AnyTagClassName
{
color: #EDB84B;
}
</style>
background-color css
<style>
a { background-color: #EDB84B; }
a { background-color: rgb(237,184,75); }
div.DivClassName
{
background-color: #EDB84B;
}
.BgClassName
{
background-color: #EDB84B;
}
</style>
border-color css
<style>
span { border-color: #EDB84B; }
span { border-color: rgb(237,184,75); }
td.TdClassName
{
border-color: #EDB84B;
}
.TagClassName
{
border-color: #EDB84B;
}
</style>