#ED806E

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

Shades of Geraldine #ED806E

Tints of Geraldine #ED806E

Color information

#ED806E (or 0xED806E) is unknown color: approx Geraldine. HEX triplet: ED, 80 and 6E. RGB value is (237,128,110). Sum of RGB (Red+Green+Blue) = 237+128+110=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED806E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED806E is #127F91. Grayscale: #9E9E9E. Windows color (decimal): -1212306 or 7241965. OLE color: 7241965.

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

Color convert

RGB237128110-
CMYK00.460.540.07
HSL8.5º77.91%68.04%-
HSV(B)8.5º53.59%92.94%-
XYZ45.4634.5719.03-
YUV158.54100.61183.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.89%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=49.89%
G=26.95%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712811000.460.540.078.577.9168.04
HexED806E02E36794e44
Octal35520015605666711116104
Binary111011011000000011011100101110110110111100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED806E; }

 p { color: rgb(237,128,110); }

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

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

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

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

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

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

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