#EF7C70

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

Shades of Geraldine #EF7C70

Tints of Geraldine #EF7C70

Color information

#EF7C70 (or 0xEF7C70) is unknown color: approx Geraldine. HEX triplet: EF, 7C and 70. RGB value is (239,124,112). Sum of RGB (Red+Green+Blue) = 239+124+112=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7C70 is #10838F. Grayscale: #9D9D9D. Windows color (decimal): -1082256 or 7372015. OLE color: 7372015.

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

Color convert

RGB239124112-
CMYK00.480.530.06
HSL5.67º79.87%68.82%-
HSV(B)5.67º53.14%93.73%-
XYZ45.7333.9419.47-
YUV157.02102.6186.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 112 (44.14% from 255) = 23.58%
R=50.32%
G=26.11%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912411200.480.530.065.6779.8768.82
HexEF7C7003035665045
Octal3571741600606566120105
Binary1110111111111001110000011000011010111011010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7C70; }

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

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

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

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

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

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

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

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