#EE7B6D

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

Shades of Geraldine #EE7B6D

Tints of Geraldine #EE7B6D

Color information

#EE7B6D (or 0xEE7B6D) is unknown color: approx Geraldine. HEX triplet: EE, 7B and 6D. RGB value is (238,123,109). Sum of RGB (Red+Green+Blue) = 238+123+109=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7B6D is #118492. Grayscale: #9B9B9B. Windows color (decimal): -1148051 or 7175150. OLE color: 7175150.

HSL color Cylindrical-coordinate representation of color #EE7B6D: hue angle of 6.51º 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 #EE7B6D is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB238123109-
CMYK00.480.540.07
HSL6.51º79.14%68.04%-
HSV(B)6.51º54.2%93.33%-
XYZ45.133.4518.55-
YUV155.79101.6186.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.64%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=50.64%
G=26.17%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812310900.480.540.076.5179.1468.04
HexEE7B6D03036774f44
Octal3561731550606677117104
Binary1110111011110111101101011000011011011111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7B6D; }

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

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

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

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

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

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

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

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