#E0796E

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

Shades of Geraldine #E0796E

Tints of Geraldine #E0796E

Color information

#E0796E (or 0xE0796E) is unknown color: approx Geraldine. HEX triplet: E0, 79 and 6E. RGB value is (224,121,110). Sum of RGB (Red+Green+Blue) = 224+121+110=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0796E is #1F8691. Grayscale: #969696. Windows color (decimal): -2066066 or 7240160. OLE color: 7240160.

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

Color convert

RGB224121110-
CMYK00.460.510.12
HSL5.79º64.77%65.49%-
HSV(B)5.79º50.89%87.84%-
XYZ40.3930.6518.54-
YUV150.54105.12180.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.23%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=49.23%
G=26.59%
B=24.18%

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
Decimal22412111000.460.510.125.7964.7765.49
HexE0796E02E33C64141
Octal34017115605663146101101
Binary11100000111100111011100101110110011110011010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0796E; }

 p { color: rgb(224,121,110); }

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

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

 a { background-color: rgb(224,121,110); }

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

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

 span { border-color: rgb(224,121,110); }

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