#EF7E72

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

Shades of Geraldine #EF7E72

Tints of Geraldine #EF7E72

Color information

#EF7E72 (or 0xEF7E72) is unknown color: approx Geraldine. HEX triplet: EF, 7E and 72. RGB value is (239,126,114). Sum of RGB (Red+Green+Blue) = 239+126+114=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E72 is #10818D. Grayscale: #9E9E9E. Windows color (decimal): -1081742 or 7503599. OLE color: 7503599.

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

Color convert

RGB239126114-
CMYK00.470.520.06
HSL5.76º79.62%69.22%-
HSV(B)5.76º52.3%93.73%-
XYZ46.0934.4920.15-
YUV158.42102.94185.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.90%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=49.90%
G=26.30%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912611400.470.520.065.7679.6269.22
HexEF7E7202F34665045
Octal3571761620576466120105
Binary1110111111111101110010010111111010011011010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7E72; }

 p { color: rgb(239,126,114); }

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

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

 a { background-color: rgb(239,126,114); }

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

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

 span { border-color: rgb(239,126,114); }

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