#ED7E6B

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

Shades of Geraldine #ED7E6B

Tints of Geraldine #ED7E6B

Color information

#ED7E6B (or 0xED7E6B) is unknown color: approx Geraldine. HEX triplet: ED, 7E and 6B. RGB value is (237,126,107). Sum of RGB (Red+Green+Blue) = 237+126+107=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E6B is #128194. Grayscale: #9D9D9D. Windows color (decimal): -1212821 or 7044845. OLE color: 7044845.

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

Color convert

RGB237126107-
CMYK00.470.550.07
HSL8.77º78.31%67.45%-
HSV(B)8.77º54.85%92.94%-
XYZ45.0433.9918.1-
YUV157.0299.77185.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.43%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=50.43%
G=26.81%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712610700.470.550.078.7778.3167.45
HexED7E6B02F37794e43
Octal35517615305767711116103
Binary11101101111111011010110101111110111111100110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7E6B; }

 p { color: rgb(237,126,107); }

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

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

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

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

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

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

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