#eb796f

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

Shades of Geraldine #EB796F

Tints of Geraldine #EB796F

Color information

#EB796F (or 0xEB796F) is unknown color: approx Geraldine. HEX triplet: EB, 79 and 6F. RGB value is (235,121,111). Sum of RGB (Red+Green+Blue) = 235+121+111=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB796F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB796F is #148690. Grayscale: #9A9A9A. Windows color (decimal): -1345169 or 7305707. OLE color: 7305707.

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

Color convert

RGB235121111-
CMYK00.490.530.08
HSL4.84º75.61%67.84%-
HSV(B)4.84º52.77%92.16%-
XYZ43.9732.4818.99-
YUV153.95103.77185.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.32%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 111 (43.75% from 255) = 23.77%
R=50.32%
G=25.91%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512111100.490.530.084.8475.6167.84
HexEB796F03135854c44
Octal35317115706165105114104
Binary11101011111100111011110110001110101100010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb796f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb796f; }

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

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

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

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

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

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

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

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