#EF7670

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

Shades of Geraldine #EF7670

Tints of Geraldine #EF7670

Color information

#EF7670 (or 0xEF7670) is unknown color: approx Geraldine. HEX triplet: EF, 76 and 70. RGB value is (239,118,112). Sum of RGB (Red+Green+Blue) = 239+118+112=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7670 is #10898F. Grayscale: #999999. Windows color (decimal): -1083792 or 7370479. OLE color: 7370479.

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

Color convert

RGB239118112-
CMYK00.510.530.06
HSL2.83º79.87%68.82%-
HSV(B)2.83º53.14%93.73%-
XYZ4532.4819.23-
YUV153.49104.59188.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.96%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=50.96%
G=25.16%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911811200.510.530.062.8379.8768.82
HexEF767003335635045
Octal3571661600636563120105
Binary111011111110110111000001100111101011101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7670; }

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

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

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

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

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

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

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

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