#EB8679

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

Shades of Geraldine #EB8679

Tints of Geraldine #EB8679

Color information

#EB8679 (or 0xEB8679) is unknown color: approx Geraldine. HEX triplet: EB, 86 and 79. RGB value is (235,134,121). Sum of RGB (Red+Green+Blue) = 235+134+121=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8679 is #147986. Grayscale: #A2A2A2. Windows color (decimal): -1341831 or 7964395. OLE color: 7964395.

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

Color convert

RGB235134121-
CMYK00.430.490.08
HSL6.84º74.03%69.8%-
HSV(B)6.84º48.51%92.16%-
XYZ46.2436.0922.62-
YUV162.72104.46179.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.96%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=47.96%
G=27.35%
B=24.69%

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
Decimal23513412100.430.490.086.8474.0369.8
HexEB867902B31874a46
Octal35320617105361107112106
Binary111010111000011011110010101011110001100011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8679; }

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

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

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

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

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

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

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

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