#EB8477

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

Shades of Geraldine #EB8477

Tints of Geraldine #EB8477

Color information

#EB8477 (or 0xEB8477) is unknown color: approx Geraldine. HEX triplet: EB, 84 and 77. RGB value is (235,132,119). Sum of RGB (Red+Green+Blue) = 235+132+119=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8477 is #147B88. Grayscale: #A1A1A1. Windows color (decimal): -1342345 or 7832811. OLE color: 7832811.

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

Color convert

RGB235132119-
CMYK00.440.490.08
HSL6.72º74.36%69.41%-
HSV(B)6.72º49.36%92.16%-
XYZ45.8435.521.89-
YUV161.32104.12180.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.35%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=48.35%
G=27.16%
B=24.49%

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
Decimal23513211900.440.490.086.7274.3669.41
HexEB847702C31874a45
Octal35320416705461107112105
Binary111010111000010011101110101100110001100011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8477; }

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

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

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

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

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

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

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

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