#ED7676

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

Shades of Geraldine #ED7676

Tints of Geraldine #ED7676

Color information

#ED7676 (or 0xED7676) is unknown color: approx Geraldine. HEX triplet: ED, 76 and 76. RGB value is (237,118,118). Sum of RGB (Red+Green+Blue) = 237+118+118=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7676 is #128989. Grayscale: #999999. Windows color (decimal): -1214858 or 7763693. OLE color: 7763693.

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

Color convert

RGB237118118-
CMYK00.500.500.07
HSL76.77%69.61%-
HSV(B)50.21%92.94%-
XYZ44.6732.2721.01-
YUV153.58107.92187.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.11%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=50.11%
G=24.95%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711811800.500.500.07076.7769.61
HexED767603232704d46
Octal3551661660626270115106
Binary11101101111011011101100110010110010111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7676; }

 p { color: rgb(237,118,118); }

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

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

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

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

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

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

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