#EB8371

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

Shades of Geraldine #EB8371

Tints of Geraldine #EB8371

Color information

#EB8371 (or 0xEB8371) is unknown color: approx Geraldine. HEX triplet: EB, 83 and 71. RGB value is (235,131,113). Sum of RGB (Red+Green+Blue) = 235+131+113=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8371 is #147C8E. Grayscale: #A0A0A0. Windows color (decimal): -1342607 or 7439339. OLE color: 7439339.

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

Color convert

RGB235131113-
CMYK00.440.520.08
HSL8.85º75.31%68.24%-
HSV(B)8.85º51.91%92.16%-
XYZ45.3635.0920-
YUV160.04101.46181.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.06%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=49.06%
G=27.35%
B=23.59%

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
Decimal23513111300.440.520.088.8575.3168.24
HexEB837102C34894b44
Octal353203161054641011113104
Binary1110101110000011111000101011001101001000100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8371; }

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

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

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

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

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

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

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

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