#EB7A70

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

Shades of Geraldine #EB7A70

Tints of Geraldine #EB7A70

Color information

#EB7A70 (or 0xEB7A70) is unknown color: approx Geraldine. HEX triplet: EB, 7A and 70. RGB value is (235,122,112). Sum of RGB (Red+Green+Blue) = 235+122+112=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7A70 is #14858F. Grayscale: #9A9A9A. Windows color (decimal): -1344912 or 7371499. OLE color: 7371499.

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

Color convert

RGB235122112-
CMYK00.480.520.08
HSL4.88º75.46%68.04%-
HSV(B)4.88º52.34%92.16%-
XYZ44.1532.7519.32-
YUV154.65103.94185.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=50.11%
G=26.01%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512211200.480.520.084.8875.4668.04
HexEB7A7003034854b44
Octal35317216006064105113104
Binary11101011111101011100000110000110100100010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7A70; }

 p { color: rgb(235,122,112); }

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

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

 a { background-color: rgb(235,122,112); }

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

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

 span { border-color: rgb(235,122,112); }

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