#EB8479

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

Shades of Geraldine #EB8479

Tints of Geraldine #EB8479

Color information

#EB8479 (or 0xEB8479) is unknown color: approx Geraldine. HEX triplet: EB, 84 and 79. RGB value is (235,132,121). Sum of RGB (Red+Green+Blue) = 235+132+121=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8479 is #147B86. Grayscale: #A1A1A1. Windows color (decimal): -1342343 or 7963883. OLE color: 7963883.

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

Color convert

RGB235132121-
CMYK00.440.490.08
HSL5.79º74.03%69.8%-
HSV(B)5.79º48.51%92.16%-
XYZ45.9635.5522.53-
YUV161.54105.12180.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.16%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=48.16%
G=27.05%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513212100.440.490.085.7974.0369.8
HexEB847902C31864a46
Octal35320417105461106112106
Binary111010111000010011110010101100110001100011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8479; }

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

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

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

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

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

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

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

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