#EB7F73

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

Shades of Geraldine #EB7F73

Tints of Geraldine #EB7F73

Color information

#EB7F73 (or 0xEB7F73) is unknown color: approx Geraldine. HEX triplet: EB, 7F and 73. RGB value is (235,127,115). Sum of RGB (Red+Green+Blue) = 235+127+115=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7F73 is #14808C. Grayscale: #9E9E9E. Windows color (decimal): -1343629 or 7569387. OLE color: 7569387.

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

Color convert

RGB235127115-
CMYK00.460.510.08
HSL75%68.63%-
HSV(B)51.06%92.16%-
XYZ44.9434.0820.43-
YUV157.92103.78182.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=49.27%
G=26.62%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512711500.460.510.0867568.63
HexEB7F7302E33864b45
Octal35317716305663106113105
Binary11101011111111111100110101110110011100011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7F73; }

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

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

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

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

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

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

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

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