Shades of Geraldine #E9766A
Tints of Geraldine #E9766A
RGB
CMYK
RGB Variations
Color information
#E9766A (or 0xE9766A) is known color: Geraldine. HEX triplet: E9, 76 and 6A. RGB value is (233,118,106). Sum of RGB (Red+Green+Blue) = 233+118+106=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E9766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9766A is #168995. Grayscale: #979797. Windows color (decimal): -1477014 or 6977257. OLE color: 6977257.
HSL color Cylindrical-coordinate representation of color #E9766A: hue angle of 5.67º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E9766A is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 106 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.09 |
| HSL | 5.67º | 0.74% | 0.66% | - |
| HSV(B) | 5.67º | 0.55% | 0.91% | - |
| XYZ | 42.68 | 31.32 | 17.43 | - |
| YUV | 151.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 106 | 0 | 0.49 | 0.55 | 0.09 | 5.67 | 0.74 | 0.66 |
| Hex | E9 | 76 | 6A | 0 | 31 | 37 | 9 | 6 | 4A | 42 |
| Octal | 351 | 166 | 152 | 0 | 61 | 67 | 11 | 6 | 112 | 102 |
| Binary | 11101001 | 1110110 | 1101010 | 0 | 110001 | 110111 | 1001 | 110 | 1001010 | 1000010 |
Color Harmonies of #E9766A
Complementary color
Monochromatic Colors of #E9766A
Black with #E9766A
Text Example
Text Example
White with #E9766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9766A; }
p { color: rgb(233,118,106); }
H1.HeaderClassName
{
color: #E9766A;
}
.AnyTagClassName
{
color: #E9766A;
}
</style>
background-color css
<style>
a { background-color: #E9766A; }
a { background-color: rgb(233,118,106); }
div.DivClassName
{
background-color: #E9766A;
}
.BgClassName
{
background-color: #E9766A;
}
</style>
border-color css
<style>
span { border-color: #E9766A; }
span { border-color: rgb(233,118,106); }
td.TdClassName
{
border-color: #E9766A;
}
.TagClassName
{
border-color: #E9766A;
}
</style>