#E1786B

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

Shades of Geraldine #E1786B

Tints of Geraldine #E1786B

Color information

#E1786B (or 0xE1786B) is unknown color: approx Geraldine. HEX triplet: E1, 78 and 6B. RGB value is (225,120,107). Sum of RGB (Red+Green+Blue) = 225+120+107=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1786B is #1E8794. Grayscale: #969696. Windows color (decimal): -2000789 or 7043297. OLE color: 7043297.

HSL color Cylindrical-coordinate representation of color #E1786B: hue angle of 6.61º 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 #E1786B is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225120107-
CMYK00.470.520.12
HSL6.61º66.29%65.1%-
HSV(B)6.61º52.44%88.24%-
XYZ40.4230.517.67-
YUV149.91103.79181.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.78%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 107 (42.19% from 255) = 23.67%
R=49.78%
G=26.55%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512010700.470.520.126.6166.2965.1
HexE1786B02F34C74241
Octal34117015305764147102101
Binary11100001111100011010110101111110100110011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1786B; }

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

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

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

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

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

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

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

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