#EE7E6D

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

Shades of Geraldine #EE7E6D

Tints of Geraldine #EE7E6D

Color information

#EE7E6D (or 0xEE7E6D) is unknown color: approx Geraldine. HEX triplet: EE, 7E and 6D. RGB value is (238,126,109). Sum of RGB (Red+Green+Blue) = 238+126+109=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7E6D is #118192. Grayscale: #9D9D9D. Windows color (decimal): -1147283 or 7175918. OLE color: 7175918.

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

Color convert

RGB238126109-
CMYK00.470.540.07
HSL7.91º79.14%68.04%-
HSV(B)7.91º54.2%93.33%-
XYZ45.4834.218.67-
YUV157.55100.61185.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.32%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=50.32%
G=26.64%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812610900.470.540.077.9179.1468.04
HexEE7E6D02F36784f44
Octal35617615505766710117104
Binary11101110111111011011010101111110110111100010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7E6D; }

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

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

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

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

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

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

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

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