#EB8579

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

Shades of Geraldine #EB8579

Tints of Geraldine #EB8579

Color information

#EB8579 (or 0xEB8579) is unknown color: approx Geraldine. HEX triplet: EB, 85 and 79. RGB value is (235,133,121). Sum of RGB (Red+Green+Blue) = 235+133+121=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8579 is #147A86. Grayscale: #A2A2A2. Windows color (decimal): -1342087 or 7964139. OLE color: 7964139.

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

Color convert

RGB235133121-
CMYK00.430.490.08
HSL6.32º74.03%69.8%-
HSV(B)6.32º48.51%92.16%-
XYZ46.135.8222.57-
YUV162.13104.79179.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.06%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=48.06%
G=27.20%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513312100.430.490.086.3274.0369.8
HexEB857902B31864a46
Octal35320517105361106112106
Binary111010111000010111110010101011110001100011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8579; }

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

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

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

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

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

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

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

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