Shades of Geraldine #E07669
Tints of Geraldine #E07669
RGB
CMYK
RGB Variations
Color information
#E07669 (or 0xE07669) is known color: Geraldine. HEX triplet: E0, 76 and 69. RGB value is (224,118,105). Sum of RGB (Red+Green+Blue) = 224+118+105=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E07669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07669 is #1F8996. Grayscale: #949494. Windows color (decimal): -2066839 or 6911712. OLE color: 6911712.
HSL color Cylindrical-coordinate representation of color #E07669: hue angle of 6.55º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E07669 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 105 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.12 |
| HSL | 6.55º | 0.66% | 0.65% | - |
| HSV(B) | 6.55º | 0.53% | 0.88% | - |
| XYZ | 39.77 | 29.82 | 17.03 | - |
| YUV | 148.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 105 | 0 | 0.47 | 0.53 | 0.12 | 6.55 | 0.66 | 0.65 |
| Hex | E0 | 76 | 69 | 0 | 2F | 35 | C | 7 | 42 | 41 |
| Octal | 340 | 166 | 151 | 0 | 57 | 65 | 14 | 7 | 102 | 101 |
| Binary | 11100000 | 1110110 | 1101001 | 0 | 101111 | 110101 | 1100 | 111 | 1000010 | 1000001 |
Color Harmonies of #E07669
Complementary color
Monochromatic Colors of #E07669
Black with #E07669
Text Example
Text Example
White with #E07669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07669; }
p { color: rgb(224,118,105); }
H1.HeaderClassName
{
color: #E07669;
}
.AnyTagClassName
{
color: #E07669;
}
</style>
background-color css
<style>
a { background-color: #E07669; }
a { background-color: rgb(224,118,105); }
div.DivClassName
{
background-color: #E07669;
}
.BgClassName
{
background-color: #E07669;
}
</style>
border-color css
<style>
span { border-color: #E07669; }
span { border-color: rgb(224,118,105); }
td.TdClassName
{
border-color: #E07669;
}
.TagClassName
{
border-color: #E07669;
}
</style>