#EF796D

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

Shades of Geraldine #EF796D

Tints of Geraldine #EF796D

Color information

#EF796D (or 0xEF796D) is unknown color: approx Geraldine. HEX triplet: EF, 79 and 6D. RGB value is (239,121,109). Sum of RGB (Red+Green+Blue) = 239+121+109=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF796D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF796D is #108692. Grayscale: #9B9B9B. Windows color (decimal): -1083027 or 7174639. OLE color: 7174639.

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

Color convert

RGB239121109-
CMYK00.490.540.06
HSL5.54º80.25%68.24%-
HSV(B)5.54º54.39%93.73%-
XYZ45.1933.1318.48-
YUV154.91102.09187.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.96%
GREEN value IS 121 (47.66% from 255) = 25.80%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=50.96%
G=25.80%
B=23.24%

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
Decimal23912110900.490.540.065.5480.2568.24
HexEF796D03136665044
Octal3571711550616666120104
Binary1110111111110011101101011000111011011011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF796D; }

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

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

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

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

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

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

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

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