#ED7A6F

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

Shades of Geraldine #ED7A6F

Tints of Geraldine #ED7A6F

Color information

#ED7A6F (or 0xED7A6F) is unknown color: approx Geraldine. HEX triplet: ED, 7A and 6F. RGB value is (237,122,111). Sum of RGB (Red+Green+Blue) = 237+122+111=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A6F is #128590. Grayscale: #9B9B9B. Windows color (decimal): -1213841 or 7305965. OLE color: 7305965.

HSL color Cylindrical-coordinate representation of color #ED7A6F: hue angle of 5.24º 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 #ED7A6F is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237122111-
CMYK00.490.530.07
HSL5.24º77.78%68.24%-
HSV(B)5.24º53.16%92.94%-
XYZ44.7533.0719.06-
YUV155.13103.1186.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.43%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=50.43%
G=25.96%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712211100.490.530.075.2477.7868.24
HexED7A6F03135754e44
Octal3551721570616575116104
Binary1110110111110101101111011000111010111110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A6F; }

 p { color: rgb(237,122,111); }

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

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

 a { background-color: rgb(237,122,111); }

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

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

 span { border-color: rgb(237,122,111); }

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