#E1786F

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

Shades of Geraldine #E1786F

Tints of Geraldine #E1786F

Color information

#E1786F (or 0xE1786F) is unknown color: approx Geraldine. HEX triplet: E1, 78 and 6F. RGB value is (225,120,111). Sum of RGB (Red+Green+Blue) = 225+120+111=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1786F is #1E8790. Grayscale: #969696. Windows color (decimal): -2000785 or 7305441. OLE color: 7305441.

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

Color convert

RGB225120111-
CMYK00.470.510.12
HSL4.74º65.52%65.88%-
HSV(B)4.74º50.67%88.24%-
XYZ40.6430.5918.8-
YUV150.37105.79181.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 120 (47.27% from 255) = 26.32%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=49.34%
G=26.32%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512011100.470.510.124.7465.5265.88
HexE1786F02F33C54242
Octal34117015705763145102102
Binary11100001111100011011110101111110011110010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1786F; }

 p { color: rgb(225,120,111); }

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

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

 a { background-color: rgb(225,120,111); }

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

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

 span { border-color: rgb(225,120,111); }

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