#EF7A6D

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

Shades of Geraldine #EF7A6D

Tints of Geraldine #EF7A6D

Color information

#EF7A6D (or 0xEF7A6D) is unknown color: approx Geraldine. HEX triplet: EF, 7A and 6D. RGB value is (239,122,109). Sum of RGB (Red+Green+Blue) = 239+122+109=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A6D is #108592. Grayscale: #9B9B9B. Windows color (decimal): -1082771 or 7174895. OLE color: 7174895.

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

Color convert

RGB239122109-
CMYK00.490.540.06
HSL80.25%68.24%-
HSV(B)54.39%93.73%-
XYZ45.3233.3718.52-
YUV155.5101.76187.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.85%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=50.85%
G=25.96%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912210900.490.540.06680.2568.24
HexEF7A6D03136665044
Octal3571721550616666120104
Binary1110111111110101101101011000111011011011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A6D; }

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

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

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

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

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

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

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

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