#E9706D

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

Shades of Geraldine #E9706D

Tints of Geraldine #E9706D

Color information

#E9706D (or 0xE9706D) is unknown color: approx Geraldine. HEX triplet: E9, 70 and 6D. RGB value is (233,112,109). Sum of RGB (Red+Green+Blue) = 233+112+109=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E9706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9706D is #168F92. Grayscale: #939393. Windows color (decimal): -1478547 or 7172329. OLE color: 7172329.

HSL color Cylindrical-coordinate representation of color #E9706D: hue angle of 1.45º 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 #E9706D is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB233112109-
CMYK00.520.530.09
HSL1.45º73.81%67.06%-
HSV(B)1.45º53.22%91.37%-
XYZ42.1630.0218.04-
YUV147.84106.09188.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.32%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=51.32%
G=24.67%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311210900.520.530.091.4573.8167.06
HexE9706D03435914a43
Octal35116015506465111112103
Binary111010011110000110110101101001101011001110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9706D; }

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

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

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

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

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

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

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

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