#EF7469

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

Shades of Geraldine #EF7469

Tints of Geraldine #EF7469

Color information

#EF7469 (or 0xEF7469) is unknown color: approx Geraldine. HEX triplet: EF, 74 and 69. RGB value is (239,116,105). Sum of RGB (Red+Green+Blue) = 239+116+105=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7469 is #108B96. Grayscale: #979797. Windows color (decimal): -1084311 or 6911215. OLE color: 6911215.

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

Color convert

RGB239116105-
CMYK00.510.560.06
HSL4.93º80.72%67.45%-
HSV(B)4.93º56.07%93.73%-
XYZ44.3931.8617.17-
YUV151.52101.75190.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=51.96%
G=25.22%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911610500.510.560.064.9380.7267.45
HexEF746903338655143
Octal3571641510637065121103
Binary1110111111101001101001011001111100011010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7469; }

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

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

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

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

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

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

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

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