#EB8471

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

Shades of Geraldine #EB8471

Tints of Geraldine #EB8471

Color information

#EB8471 (or 0xEB8471) is unknown color: approx Geraldine. HEX triplet: EB, 84 and 71. RGB value is (235,132,113). Sum of RGB (Red+Green+Blue) = 235+132+113=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8471 is #147B8E. Grayscale: #A0A0A0. Windows color (decimal): -1342351 or 7439595. OLE color: 7439595.

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

Color convert

RGB235132113-
CMYK00.440.520.08
HSL9.34º75.31%68.24%-
HSV(B)9.34º51.91%92.16%-
XYZ45.4935.3620.05-
YUV160.63101.12181.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=48.96%
G=27.5%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513211300.440.520.089.3475.3168.24
HexEB847102C34894b44
Octal353204161054641011113104
Binary1110101110000100111000101011001101001000100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8471; }

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

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

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

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

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

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

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

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