Shades of Geraldine #EB726D
Tints of Geraldine #EB726D
RGB
CMYK
RGB Variations
Color information
#EB726D (or 0xEB726D) is known color: Geraldine. HEX triplet: EB, 72 and 6D. RGB value is (235,114,109). Sum of RGB (Red+Green+Blue) = 235+114+109=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB726D is #148D92. Grayscale: #959595. Windows color (decimal): -1346963 or 7172843. OLE color: 7172843.
HSL color Cylindrical-coordinate representation of color #EB726D: hue angle of 2.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB726D is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 114 | 109 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.08 |
| HSL | 2.38º | 0.76% | 0.67% | - |
| HSV(B) | 2.38º | 0.54% | 0.92% | - |
| XYZ | 43.04 | 30.8 | 18.14 | - |
| YUV | 149.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 114 | 109 | 0 | 0.51 | 0.54 | 0.08 | 2.38 | 0.76 | 0.67 |
| Hex | EB | 72 | 6D | 0 | 33 | 36 | 8 | 2 | 4C | 43 |
| Octal | 353 | 162 | 155 | 0 | 63 | 66 | 10 | 2 | 114 | 103 |
| Binary | 11101011 | 1110010 | 1101101 | 0 | 110011 | 110110 | 1000 | 10 | 1001100 | 1000011 |
Color Harmonies of #EB726D
Complementary color
Monochromatic Colors of #EB726D
Black with #EB726D
Text Example
Text Example
White with #EB726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB726D; }
p { color: rgb(235,114,109); }
H1.HeaderClassName
{
color: #EB726D;
}
.AnyTagClassName
{
color: #EB726D;
}
</style>
background-color css
<style>
a { background-color: #EB726D; }
a { background-color: rgb(235,114,109); }
div.DivClassName
{
background-color: #EB726D;
}
.BgClassName
{
background-color: #EB726D;
}
</style>
border-color css
<style>
span { border-color: #EB726D; }
span { border-color: rgb(235,114,109); }
td.TdClassName
{
border-color: #EB726D;
}
.TagClassName
{
border-color: #EB726D;
}
</style>