#ED806F

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

Shades of Geraldine #ED806F

Tints of Geraldine #ED806F

Color information

#ED806F (or 0xED806F) is unknown color: approx Geraldine. HEX triplet: ED, 80 and 6F. RGB value is (237,128,111). Sum of RGB (Red+Green+Blue) = 237+128+111=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED806F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED806F is #127F90. Grayscale: #9E9E9E. Windows color (decimal): -1212305 or 7307501. OLE color: 7307501.

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

Color convert

RGB237128111-
CMYK00.460.530.07
HSL8.1º77.78%68.24%-
HSV(B)8.1º53.16%92.94%-
XYZ45.5134.5919.32-
YUV158.65101.11183.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=49.79%
G=26.89%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712811100.460.530.078.177.7868.24
HexED806F02E35784e44
Octal35520015705665710116104
Binary111011011000000011011110101110110101111100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED806F; }

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

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

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

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

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

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

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

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