#EE7469

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

Shades of Geraldine #EE7469

Tints of Geraldine #EE7469

Color information

#EE7469 (or 0xEE7469) is unknown color: approx Geraldine. HEX triplet: EE, 74 and 69. RGB value is (238,116,105). Sum of RGB (Red+Green+Blue) = 238+116+105=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7469 is #118B96. Grayscale: #979797. Windows color (decimal): -1149847 or 6911214. OLE color: 6911214.

HSL color Cylindrical-coordinate representation of color #EE7469: hue angle of 4.96º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE7469 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB238116105-
CMYK00.510.560.07
HSL4.96º79.64%67.25%-
HSV(B)4.96º55.88%93.33%-
XYZ44.0631.6917.16-
YUV151.22101.92189.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.85%
GREEN value IS 116 (45.70% from 255) = 25.27%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=51.85%
G=25.27%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811610500.510.560.074.9679.6467.25
HexEE746903338755043
Octal3561641510637075120103
Binary1110111011101001101001011001111100011110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7469; }

 p { color: rgb(238,116,105); }

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

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

 a { background-color: rgb(238,116,105); }

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

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

 span { border-color: rgb(238,116,105); }

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