#ED8170

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

Shades of Geraldine #ED8170

Tints of Geraldine #ED8170

Color information

#ED8170 (or 0xED8170) is unknown color: approx Geraldine. HEX triplet: ED, 81 and 70. RGB value is (237,129,112). Sum of RGB (Red+Green+Blue) = 237+129+112=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8170 is #127E8F. Grayscale: #9F9F9F. Windows color (decimal): -1212048 or 7373293. OLE color: 7373293.

HSL color Cylindrical-coordinate representation of color #ED8170: hue angle of 8.16º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED8170 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237129112-
CMYK00.460.530.07
HSL8.16º77.64%68.43%-
HSV(B)8.16º52.74%92.94%-
XYZ45.734.8719.65-
YUV159.35101.28183.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=49.58%
G=26.99%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712911200.460.530.078.1677.6468.43
HexED817002E35784e44
Octal35520116005665710116104
Binary111011011000000111100000101110110101111100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8170; }

 p { color: rgb(237,129,112); }

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

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

 a { background-color: rgb(237,129,112); }

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

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

 span { border-color: rgb(237,129,112); }

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