#EDB89A

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

Shades of Mandys Pink #EDB89A

Tints of Mandys Pink #EDB89A

Color information

#EDB89A (or 0xEDB89A) is unknown color: approx Mandys Pink. HEX triplet: ED, B8 and 9A. RGB value is (237,184,154). Sum of RGB (Red+Green+Blue) = 237+184+154=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB89A is #124765. Grayscale: #C4C4C4. Windows color (decimal): -1197926 or 10139885. OLE color: 10139885.

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

Color convert

RGB237184154-
CMYK00.220.350.07
HSL21.69º69.75%76.67%-
HSV(B)21.69º35.02%92.94%-
XYZ57.954.6238.06-
YUV196.43104.06156.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=41.22%
G=32%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718415400.220.350.0721.6969.7576.67
HexEDB89A01623716464d
Octal35527023202643726106115
Binary1110110110111000100110100101101000111111011010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB89A; }

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

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

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

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

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

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

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

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