#EB7B73

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

Shades of Geraldine #EB7B73

Tints of Geraldine #EB7B73

Color information

#EB7B73 (or 0xEB7B73) is unknown color: approx Geraldine. HEX triplet: EB, 7B and 73. RGB value is (235,123,115). Sum of RGB (Red+Green+Blue) = 235+123+115=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B73 is #14848C. Grayscale: #9B9B9B. Windows color (decimal): -1344653 or 7568363. OLE color: 7568363.

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

Color convert

RGB235123115-
CMYK00.480.510.08
HSL75%68.63%-
HSV(B)51.06%92.16%-
XYZ44.4433.0720.26-
YUV155.58105.11184.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.68%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=49.68%
G=26.00%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512311500.480.510.0847568.63
HexEB7B7303033844b45
Octal35317316306063104113105
Binary11101011111101111100110110000110011100010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7B73; }

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

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

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

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

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

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

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

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