#ED7C75

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

Shades of Geraldine #ED7C75

Tints of Geraldine #ED7C75

Color information

#ED7C75 (or 0xED7C75) is unknown color: approx Geraldine. HEX triplet: ED, 7C and 75. RGB value is (237,124,117). Sum of RGB (Red+Green+Blue) = 237+124+117=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7C75 is #12838A. Grayscale: #9D9D9D. Windows color (decimal): -1213323 or 7699693. OLE color: 7699693.

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

Color convert

RGB237124117-
CMYK00.480.510.07
HSL3.5º76.92%69.41%-
HSV(B)3.5º50.63%92.94%-
XYZ45.3433.720.95-
YUV156.99105.44185.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 124 (48.83% from 255) = 25.94%
BLUE value IS 117 (46.09% from 255) = 24.48%
R=49.58%
G=25.94%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712411700.480.510.073.576.9269.41
HexED7C7503033744d45
Octal3551741650606374115105
Binary1110110111111001110101011000011001111110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7C75; }

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

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

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

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

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

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

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

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