#EDB48E

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

Shades of Mandys Pink #EDB48E

Tints of Mandys Pink #EDB48E

Color information

#EDB48E (or 0xEDB48E) is unknown color: approx Mandys Pink. HEX triplet: ED, B4 and 8E. RGB value is (237,180,142). Sum of RGB (Red+Green+Blue) = 237+180+142=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB48E is #124B71. Grayscale: #C0C0C0. Windows color (decimal): -1198962 or 9352429. OLE color: 9352429.

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

Color convert

RGB237180142-
CMYK00.240.400.07
HSL24º72.52%74.31%-
HSV(B)24º40.08%92.94%-
XYZ56.1352.632.79-
YUV192.7199.38159.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 142 (55.86% from 255) = 25.40%
R=42.40%
G=32.20%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718014200.240.400.072472.5274.31
HexEDB48E01828718494a
Octal35526421603050730111112
Binary1110110110110100100011100110001010001111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB48E; }

 p { color: rgb(237,180,142); }

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

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

 a { background-color: rgb(237,180,142); }

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

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

 span { border-color: rgb(237,180,142); }

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