#EC796F

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

Shades of Geraldine #EC796F

Tints of Geraldine #EC796F

Color information

#EC796F (or 0xEC796F) is unknown color: approx Geraldine. HEX triplet: EC, 79 and 6F. RGB value is (236,121,111). Sum of RGB (Red+Green+Blue) = 236+121+111=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC796F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC796F is #138690. Grayscale: #9A9A9A. Windows color (decimal): -1279633 or 7305708. OLE color: 7305708.

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

Color convert

RGB236121111-
CMYK00.490.530.07
HSL4.8º76.69%68.04%-
HSV(B)4.8º52.97%92.55%-
XYZ44.332.6619.01-
YUV154.24103.6186.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.43%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=50.43%
G=25.85%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612111100.490.530.074.876.6968.04
HexEC796F03135754d44
Octal3541711570616575115104
Binary1110110011110011101111011000111010111110110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC796F; }

 p { color: rgb(236,121,111); }

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

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

 a { background-color: rgb(236,121,111); }

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

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

 span { border-color: rgb(236,121,111); }

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