Shades of Geraldine #EB736C
Tints of Geraldine #EB736C
RGB
CMYK
RGB Variations
Color information
#EB736C (or 0xEB736C) is known color: Geraldine. HEX triplet: EB, 73 and 6C. RGB value is (235,115,108). Sum of RGB (Red+Green+Blue) = 235+115+108=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB736C is #148C93. Grayscale: #969696. Windows color (decimal): -1346708 or 7107563. OLE color: 7107563.
HSL color Cylindrical-coordinate representation of color #EB736C: hue angle of 3.31º 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 #EB736C is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 115 | 108 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.08 |
| HSL | 3.31º | 0.76% | 0.67% | - |
| HSV(B) | 3.31º | 0.54% | 0.92% | - |
| XYZ | 43.1 | 31.01 | 17.9 | - |
| YUV | 150.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 115 | 108 | 0 | 0.51 | 0.54 | 0.08 | 3.31 | 0.76 | 0.67 |
| Hex | EB | 73 | 6C | 0 | 33 | 36 | 8 | 3 | 4C | 43 |
| Octal | 353 | 163 | 154 | 0 | 63 | 66 | 10 | 3 | 114 | 103 |
| Binary | 11101011 | 1110011 | 1101100 | 0 | 110011 | 110110 | 1000 | 11 | 1001100 | 1000011 |
Color Harmonies of #EB736C
Complementary color
Monochromatic Colors of #EB736C
Black with #EB736C
Text Example
Text Example
White with #EB736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB736C; }
p { color: rgb(235,115,108); }
H1.HeaderClassName
{
color: #EB736C;
}
.AnyTagClassName
{
color: #EB736C;
}
</style>
background-color css
<style>
a { background-color: #EB736C; }
a { background-color: rgb(235,115,108); }
div.DivClassName
{
background-color: #EB736C;
}
.BgClassName
{
background-color: #EB736C;
}
</style>
border-color css
<style>
span { border-color: #EB736C; }
span { border-color: rgb(235,115,108); }
td.TdClassName
{
border-color: #EB736C;
}
.TagClassName
{
border-color: #EB736C;
}
</style>