#EF7A6A

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

Shades of Geraldine #EF7A6A

Tints of Geraldine #EF7A6A

Color information

#EF7A6A (or 0xEF7A6A) is unknown color: approx Geraldine. HEX triplet: EF, 7A and 6A. RGB value is (239,122,106). Sum of RGB (Red+Green+Blue) = 239+122+106=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A6A is #108595. Grayscale: #9B9B9B. Windows color (decimal): -1082774 or 6978287. OLE color: 6978287.

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

Color convert

RGB239122106-
CMYK00.490.560.06
HSL7.22º80.61%67.65%-
HSV(B)7.22º55.65%93.73%-
XYZ45.1633.3117.69-
YUV155.16100.26187.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.18%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=51.18%
G=26.12%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912210600.490.560.067.2280.6167.65
HexEF7A6A03138675144
Octal3571721520617067121104
Binary1110111111110101101010011000111100011011110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A6A; }

 p { color: rgb(239,122,106); }

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

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

 a { background-color: rgb(239,122,106); }

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

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

 span { border-color: rgb(239,122,106); }

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