#E97A6C

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

Shades of Geraldine #E97A6C

Tints of Geraldine #E97A6C

Color information

#E97A6C (or 0xE97A6C) is unknown color: approx Geraldine. HEX triplet: E9, 7A and 6C. RGB value is (233,122,108). Sum of RGB (Red+Green+Blue) = 233+122+108=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A6C is #168593. Grayscale: #999999. Windows color (decimal): -1475988 or 7109353. OLE color: 7109353.

HSL color Cylindrical-coordinate representation of color #E97A6C: hue angle of 6.72º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E97A6C is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB233122108-
CMYK00.480.540.09
HSL6.72º73.96%66.86%-
HSV(B)6.72º53.65%91.37%-
XYZ43.2732.3318.15-
YUV153.59102.27184.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.32%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=50.32%
G=26.35%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312210800.480.540.096.7273.9666.86
HexE97A6C03036974a43
Octal35117215406066117112103
Binary11101001111101011011000110000110110100111110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97A6C; }

 p { color: rgb(233,122,108); }

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

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

 a { background-color: rgb(233,122,108); }

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

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

 span { border-color: rgb(233,122,108); }

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