#ED796E

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

Shades of Geraldine #ED796E

Tints of Geraldine #ED796E

Color information

#ED796E (or 0xED796E) is unknown color: approx Geraldine. HEX triplet: ED, 79 and 6E. RGB value is (237,121,110). Sum of RGB (Red+Green+Blue) = 237+121+110=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED796E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED796E is #128691. Grayscale: #9A9A9A. Windows color (decimal): -1214098 or 7240173. OLE color: 7240173.

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

Color convert

RGB237121110-
CMYK00.490.540.07
HSL5.2º77.91%68.04%-
HSV(B)5.2º53.59%92.94%-
XYZ44.5832.8118.73-
YUV154.43102.93186.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.64%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=50.64%
G=25.85%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712111000.490.540.075.277.9168.04
HexED796E03136754e44
Octal3551711560616675116104
Binary1110110111110011101110011000111011011110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED796E; }

 p { color: rgb(237,121,110); }

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

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

 a { background-color: rgb(237,121,110); }

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

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

 span { border-color: rgb(237,121,110); }

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