#EF7970

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

Shades of Geraldine #EF7970

Tints of Geraldine #EF7970

Color information

#EF7970 (or 0xEF7970) is unknown color: approx Geraldine. HEX triplet: EF, 79 and 70. RGB value is (239,121,112). Sum of RGB (Red+Green+Blue) = 239+121+112=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7970 is #10868F. Grayscale: #9B9B9B. Windows color (decimal): -1083024 or 7371247. OLE color: 7371247.

HSL color Cylindrical-coordinate representation of color #EF7970: hue angle of 4.25º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF7970 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB239121112-
CMYK00.490.530.06
HSL4.25º79.87%68.82%-
HSV(B)4.25º53.14%93.73%-
XYZ45.3633.219.35-
YUV155.26103.59187.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.64%
GREEN value IS 121 (47.66% from 255) = 25.64%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=50.64%
G=25.64%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912111200.490.530.064.2579.8768.82
HexEF797003135645045
Octal3571711600616564120105
Binary1110111111110011110000011000111010111010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7970; }

 p { color: rgb(239,121,112); }

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

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

 a { background-color: rgb(239,121,112); }

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

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

 span { border-color: rgb(239,121,112); }

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