#EE8071

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

Shades of Geraldine #EE8071

Tints of Geraldine #EE8071

Color information

#EE8071 (or 0xEE8071) is unknown color: approx Geraldine. HEX triplet: EE, 80 and 71. RGB value is (238,128,113). Sum of RGB (Red+Green+Blue) = 238+128+113=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8071 is #117F8E. Grayscale: #9F9F9F. Windows color (decimal): -1146767 or 7438574. OLE color: 7438574.

HSL color Cylindrical-coordinate representation of color #EE8071: hue angle of 7.2º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE8071 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238128113-
CMYK00.460.530.07
HSL7.2º78.62%68.82%-
HSV(B)7.2º52.52%93.33%-
XYZ45.9634.8119.92-
YUV159.18101.94184.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.69%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=49.69%
G=26.72%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812811300.460.530.077.278.6268.82
HexEE807102E35774f45
Octal3562001610566577117105
Binary11101110100000001110001010111011010111111110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8071; }

 p { color: rgb(238,128,113); }

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

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

 a { background-color: rgb(238,128,113); }

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

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

 span { border-color: rgb(238,128,113); }

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