Shades of Geraldine #EB736D
Tints of Geraldine #EB736D
RGB
CMYK
RGB Variations
Color information
#EB736D (or 0xEB736D) is known color: Geraldine. HEX triplet: EB, 73 and 6D. RGB value is (235,115,109). Sum of RGB (Red+Green+Blue) = 235+115+109=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB736D is #148C92. Grayscale: #969696. Windows color (decimal): -1346707 or 7173099. OLE color: 7173099.
HSL color Cylindrical-coordinate representation of color #EB736D: hue angle of 2.86º 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 #EB736D is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 109 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.08 |
| HSL | 2.86º | 0.76% | 0.67% | - |
| HSV(B) | 2.86º | 0.54% | 0.92% | - |
| XYZ | 43.15 | 31.03 | 18.18 | - |
| YUV | 150.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 109 | 0 | 0.51 | 0.54 | 0.08 | 2.86 | 0.76 | 0.67 |
| Hex | EB | 73 | 6D | 0 | 33 | 36 | 8 | 3 | 4C | 43 |
| Octal | 353 | 163 | 155 | 0 | 63 | 66 | 10 | 3 | 114 | 103 |
| Binary | 11101011 | 1110011 | 1101101 | 0 | 110011 | 110110 | 1000 | 11 | 1001100 | 1000011 |
Color Harmonies of #EB736D
Complementary color
Monochromatic Colors of #EB736D
Black with #EB736D
Text Example
Text Example
White with #EB736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB736D; }
p { color: rgb(235,115,109); }
H1.HeaderClassName
{
color: #EB736D;
}
.AnyTagClassName
{
color: #EB736D;
}
</style>
background-color css
<style>
a { background-color: #EB736D; }
a { background-color: rgb(235,115,109); }
div.DivClassName
{
background-color: #EB736D;
}
.BgClassName
{
background-color: #EB736D;
}
</style>
border-color css
<style>
span { border-color: #EB736D; }
span { border-color: rgb(235,115,109); }
td.TdClassName
{
border-color: #EB736D;
}
.TagClassName
{
border-color: #EB736D;
}
</style>