#E1796F

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

Shades of Geraldine #E1796F

Tints of Geraldine #E1796F

Color information

#E1796F (or 0xE1796F) is unknown color: approx Geraldine. HEX triplet: E1, 79 and 6F. RGB value is (225,121,111). Sum of RGB (Red+Green+Blue) = 225+121+111=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E1796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1796F is #1E8690. Grayscale: #979797. Windows color (decimal): -2000529 or 7305697. OLE color: 7305697.

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

Color convert

RGB225121111-
CMYK00.460.510.12
HSL5.26º65.52%65.88%-
HSV(B)5.26º50.67%88.24%-
XYZ40.7630.8318.84-
YUV150.96105.46180.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=49.23%
G=26.48%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512111100.460.510.125.2665.5265.88
HexE1796F02E33C54242
Octal34117115705663145102102
Binary11100001111100111011110101110110011110010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1796F; }

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

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

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

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

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

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

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

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