#EB8573

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

Shades of Geraldine #EB8573

Tints of Geraldine #EB8573

Color information

#EB8573 (or 0xEB8573) is unknown color: approx Geraldine. HEX triplet: EB, 85 and 73. RGB value is (235,133,115). Sum of RGB (Red+Green+Blue) = 235+133+115=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8573 is #147A8C. Grayscale: #A1A1A1. Windows color (decimal): -1342093 or 7570923. OLE color: 7570923.

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

Color convert

RGB235133115-
CMYK00.430.510.08
HSL75%68.63%-
HSV(B)51.06%92.16%-
XYZ45.7435.6820.69-
YUV161.45101.79180.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.65%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=48.65%
G=27.54%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513311500.430.510.0897568.63
HexEB857302B33894b45
Octal353205163053631011113105
Binary1110101110000101111001101010111100111000100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8573; }

 p { color: rgb(235,133,115); }

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

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

 a { background-color: rgb(235,133,115); }

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

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

 span { border-color: rgb(235,133,115); }

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