#E97D68

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

Shades of Geraldine #E97D68

Tints of Geraldine #E97D68

Color information

#E97D68 (or 0xE97D68) is unknown color: approx Geraldine. HEX triplet: E9, 7D and 68. RGB value is (233,125,104). Sum of RGB (Red+Green+Blue) = 233+125+104=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97D68 is #168297. Grayscale: #9B9B9B. Windows color (decimal): -1475224 or 6847977. OLE color: 6847977.

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

Color convert

RGB233125104-
CMYK00.460.550.09
HSL9.77º74.57%66.08%-
HSV(B)9.77º55.36%91.37%-
XYZ43.4432.9917.18-
YUV154.999.28183.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.43%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 104 (41.02% from 255) = 22.51%
R=50.43%
G=27.06%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312510400.460.550.099.7774.5766.08
HexE97D6802E379a4b42
Octal351175150056671112113102
Binary111010011111101110100001011101101111001101010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D68; }

 p { color: rgb(233,125,104); }

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

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

 a { background-color: rgb(233,125,104); }

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

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

 span { border-color: rgb(233,125,104); }

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