#E1766C

Color #E1766C Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #E1766C

Tints of Geraldine #E1766C

Color information

#E1766C (or 0xE1766C) is unknown color: approx Geraldine. HEX triplet: E1, 76 and 6C. RGB value is (225,118,108). Sum of RGB (Red+Green+Blue) = 225+118+108=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1766C is #1E8993. Grayscale: #959595. Windows color (decimal): -2001300 or 7108321. OLE color: 7108321.

HSL color Cylindrical-coordinate representation of color #E1766C: hue angle of 5.13º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1766C is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225118108-
CMYK00.480.520.12
HSL5.13º66.1%65.29%-
HSV(B)5.13º52%88.24%-
XYZ40.2430.0517.87-
YUV148.85104.95182.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=49.89%
G=26.16%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511810800.480.520.125.1366.165.29
HexE1766C03034C54241
Octal34116615406064145102101
Binary11100001111011011011000110000110100110010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1766C; }

 p { color: rgb(225,118,108); }

 H1.HeaderClassName
 {
   color: #E1766C;
 }
 .AnyTagClassName
 {
   color: #E1766C;
 }
</style>
background-color css

<style>
 a { background-color: #E1766C; }

 a { background-color: rgb(225,118,108); }

 div.DivClassName
 {
   background-color: #E1766C;
 }
 .BgClassName
 {
   background-color: #E1766C;
 }
</style>
border-color css

<style>
 span { border-color: #E1766C; }

 span { border-color: rgb(225,118,108); }

 td.TdClassName
 {
   border-color: #E1766C;
 }
 .TagClassName
 {
   border-color: #E1766C;
 }
</style>