#E97E6D

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

Shades of Geraldine #E97E6D

Tints of Geraldine #E97E6D

Color information

#E97E6D (or 0xE97E6D) is unknown color: approx Geraldine. HEX triplet: E9, 7E and 6D. RGB value is (233,126,109). Sum of RGB (Red+Green+Blue) = 233+126+109=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E97E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97E6D is #168192. Grayscale: #9C9C9C. Windows color (decimal): -1474963 or 7175913. OLE color: 7175913.

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

Color convert

RGB233126109-
CMYK00.460.530.09
HSL8.23º73.81%67.06%-
HSV(B)8.23º53.22%91.37%-
XYZ43.8333.3518.6-
YUV156.05101.45182.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 126 (49.61% from 255) = 26.92%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=49.79%
G=26.92%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312610900.460.530.098.2373.8167.06
HexE97E6D02E35984a43
Octal351176155056651110112103
Binary111010011111110110110101011101101011001100010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97E6D; }

 p { color: rgb(233,126,109); }

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

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

 a { background-color: rgb(233,126,109); }

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

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

 span { border-color: rgb(233,126,109); }

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