#ED7C77

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

Shades of Geraldine #ED7C77

Tints of Geraldine #ED7C77

Color information

#ED7C77 (or 0xED7C77) is unknown color: approx Geraldine. HEX triplet: ED, 7C and 77. RGB value is (237,124,119). Sum of RGB (Red+Green+Blue) = 237+124+119=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7C77 is #128388. Grayscale: #9D9D9D. Windows color (decimal): -1213321 or 7830765. OLE color: 7830765.

HSL color Cylindrical-coordinate representation of color #ED7C77: hue angle of 2.54º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7C77 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237124119-
CMYK00.480.500.07
HSL2.54º76.62%69.8%-
HSV(B)2.54º49.79%92.94%-
XYZ45.4633.7521.57-
YUV157.22106.44184.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.38%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=49.38%
G=25.83%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712411900.480.500.072.5476.6269.8
HexED7C7703032734d46
Octal3551741670606273115106
Binary111011011111100111011101100001100101111110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7C77; }

 p { color: rgb(237,124,119); }

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

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

 a { background-color: rgb(237,124,119); }

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

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

 span { border-color: rgb(237,124,119); }

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