Shades of Geraldine #E67769
Tints of Geraldine #E67769
RGB
CMYK
RGB Variations
Color information
#E67769 (or 0xE67769) is known color: Geraldine. HEX triplet: E6, 77 and 69. RGB value is (230,119,105). Sum of RGB (Red+Green+Blue) = 230+119+105=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E67769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67769 is #198896. Grayscale: #969696. Windows color (decimal): -1673367 or 6911974. OLE color: 6911974.
HSL color Cylindrical-coordinate representation of color #E67769: hue angle of 6.72º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E67769 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 105 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.10 |
| HSL | 6.72º | 0.71% | 0.66% | - |
| HSV(B) | 6.72º | 0.54% | 0.9% | - |
| XYZ | 41.78 | 31.04 | 17.15 | - |
| YUV | 150.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 105 | 0 | 0.48 | 0.54 | 0.10 | 6.72 | 0.71 | 0.66 |
| Hex | E6 | 77 | 69 | 0 | 30 | 36 | A | 7 | 47 | 42 |
| Octal | 346 | 167 | 151 | 0 | 60 | 66 | 12 | 7 | 107 | 102 |
| Binary | 11100110 | 1110111 | 1101001 | 0 | 110000 | 110110 | 1010 | 111 | 1000111 | 1000010 |
Color Harmonies of #E67769
Complementary color
Monochromatic Colors of #E67769
Black with #E67769
Text Example
Text Example
White with #E67769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67769; }
p { color: rgb(230,119,105); }
H1.HeaderClassName
{
color: #E67769;
}
.AnyTagClassName
{
color: #E67769;
}
</style>
background-color css
<style>
a { background-color: #E67769; }
a { background-color: rgb(230,119,105); }
div.DivClassName
{
background-color: #E67769;
}
.BgClassName
{
background-color: #E67769;
}
</style>
border-color css
<style>
span { border-color: #E67769; }
span { border-color: rgb(230,119,105); }
td.TdClassName
{
border-color: #E67769;
}
.TagClassName
{
border-color: #E67769;
}
</style>