Shades of Ronchi #EDB84A
Tints of Ronchi #EDB84A
RGB
CMYK
RGB Variations
Color information
#EDB84A (or 0xEDB84A) is known color: Ronchi. HEX triplet: ED, B8 and 4A. RGB value is (237,184,74). Sum of RGB (Red+Green+Blue) = 237+184+74=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB84A is #1247B5. Grayscale: #BBBBBB. Windows color (decimal): -1198006 or 4897005. OLE color: 4897005.
HSL color Cylindrical-coordinate representation of color #EDB84A: hue angle of 40.49º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDB84A is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 74 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.07 |
| HSL | 40.49º | 0.82% | 0.61% | - |
| HSV(B) | 40.49º | 0.69% | 0.93% | - |
| XYZ | 53.3 | 52.78 | 13.86 | - |
| YUV | 187.31 | 64.06 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 74 | 0 | 0.22 | 0.69 | 0.07 | 40.49 | 0.82 | 0.61 |
| Hex | ED | B8 | 4A | 0 | 16 | 45 | 7 | 28 | 52 | 3D |
| Octal | 355 | 270 | 112 | 0 | 26 | 105 | 7 | 50 | 122 | 75 |
| Binary | 11101101 | 10111000 | 1001010 | 0 | 10110 | 1000101 | 111 | 101000 | 1010010 | 111101 |
Color Harmonies of #EDB84A
Complementary color
Monochromatic Colors of #EDB84A
Black with #EDB84A
Text Example
Text Example
White with #EDB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB84A; }
p { color: rgb(237,184,74); }
H1.HeaderClassName
{
color: #EDB84A;
}
.AnyTagClassName
{
color: #EDB84A;
}
</style>
background-color css
<style>
a { background-color: #EDB84A; }
a { background-color: rgb(237,184,74); }
div.DivClassName
{
background-color: #EDB84A;
}
.BgClassName
{
background-color: #EDB84A;
}
</style>
border-color css
<style>
span { border-color: #EDB84A; }
span { border-color: rgb(237,184,74); }
td.TdClassName
{
border-color: #EDB84A;
}
.TagClassName
{
border-color: #EDB84A;
}
</style>