#EDB898

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

Shades of Mandys Pink #EDB898

Tints of Mandys Pink #EDB898

Color information

#EDB898 (or 0xEDB898) is unknown color: approx Mandys Pink. HEX triplet: ED, B8 and 98. RGB value is (237,184,152). Sum of RGB (Red+Green+Blue) = 237+184+152=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB898 is #124767. Grayscale: #C4C4C4. Windows color (decimal): -1197928 or 10008813. OLE color: 10008813.

HSL color Cylindrical-coordinate representation of color #EDB898: hue angle of 22.59º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDB898 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB237184152-
CMYK00.220.360.07
HSL22.59º70.25%76.27%-
HSV(B)22.59º35.86%92.94%-
XYZ57.7354.5537.19-
YUV196.2103.06157.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 184 (72.27% from 255) = 32.11%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=41.36%
G=32.11%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718415200.220.360.0722.5970.2576.27
HexEDB89801624717464c
Octal35527023002644727106114
Binary1110110110111000100110000101101001001111011110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB898; }

 p { color: rgb(237,184,152); }

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

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

 a { background-color: rgb(237,184,152); }

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

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

 span { border-color: rgb(237,184,152); }

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