#EDB18F

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

Shades of Mandys Pink #EDB18F

Tints of Mandys Pink #EDB18F

Color information

#EDB18F (or 0xEDB18F) is unknown color: approx Mandys Pink. HEX triplet: ED, B1 and 8F. RGB value is (237,177,143). Sum of RGB (Red+Green+Blue) = 237+177+143=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB18F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB18F is #124E70. Grayscale: #BFBFBF. Windows color (decimal): -1199729 or 9417197. OLE color: 9417197.

HSL color Cylindrical-coordinate representation of color #EDB18F: hue angle of 21.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDB18F is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237177143-
CMYK00.250.400.07
HSL21.7º72.31%74.51%-
HSV(B)21.7º39.66%92.94%-
XYZ55.6151.4332.98-
YUV191.06100.88160.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 143 (56.25% from 255) = 25.67%
R=42.55%
G=31.78%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717714300.250.400.0721.772.3174.51
HexEDB18F01928716484b
Octal35526121703150726110113
Binary1110110110110001100011110110011010001111011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB18F; }

 p { color: rgb(237,177,143); }

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

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

 a { background-color: rgb(237,177,143); }

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

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

 span { border-color: rgb(237,177,143); }

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