#ED7F6A

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

Shades of Geraldine #ED7F6A

Tints of Geraldine #ED7F6A

Color information

#ED7F6A (or 0xED7F6A) is unknown color: approx Geraldine. HEX triplet: ED, 7F and 6A. RGB value is (237,127,106). Sum of RGB (Red+Green+Blue) = 237+127+106=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F6A is #128095. Grayscale: #9D9D9D. Windows color (decimal): -1212566 or 6979565. OLE color: 6979565.

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

Color convert

RGB237127106-
CMYK00.460.550.07
HSL9.62º78.44%67.25%-
HSV(B)9.62º55.27%92.94%-
XYZ45.1234.2217.86-
YUV157.598.94184.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.43%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=50.43%
G=27.02%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712710600.460.550.079.6278.4467.25
HexED7F6A02E377a4e43
Octal35517715205667712116103
Binary11101101111111111010100101110110111111101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F6A; }

 p { color: rgb(237,127,106); }

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

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

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

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

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

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

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