#EB8076

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

Shades of Geraldine #EB8076

Tints of Geraldine #EB8076

Color information

#EB8076 (or 0xEB8076) is unknown color: approx Geraldine. HEX triplet: EB, 80 and 76. RGB value is (235,128,118). Sum of RGB (Red+Green+Blue) = 235+128+118=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8076 is #147F89. Grayscale: #9E9E9E. Windows color (decimal): -1343370 or 7766251. OLE color: 7766251.

HSL color Cylindrical-coordinate representation of color #EB8076: hue angle of 5.13º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB8076 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB235128118-
CMYK00.460.500.08
HSL5.13º74.52%69.22%-
HSV(B)5.13º49.79%92.16%-
XYZ45.2534.4121.4-
YUV158.85104.95182.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.86%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=48.86%
G=26.61%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512811800.460.500.085.1374.5269.22
HexEB807602E32854b45
Octal35320016605662105113105
Binary111010111000000011101100101110110010100010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8076; }

 p { color: rgb(235,128,118); }

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

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

 a { background-color: rgb(235,128,118); }

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

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

 span { border-color: rgb(235,128,118); }

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