#EDBD9A

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

Shades of Mandys Pink #EDBD9A

Tints of Mandys Pink #EDBD9A

Color information

#EDBD9A (or 0xEDBD9A) is unknown color: approx Mandys Pink. HEX triplet: ED, BD and 9A. RGB value is (237,189,154). Sum of RGB (Red+Green+Blue) = 237+189+154=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD9A is #124265. Grayscale: #C7C7C7. Windows color (decimal): -1196646 or 10141165. OLE color: 10141165.

HSL color Cylindrical-coordinate representation of color #EDBD9A: hue angle of 25.3º 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 #EDBD9A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237189154-
CMYK00.200.350.07
HSL25.3º69.75%76.67%-
HSV(B)25.3º35.02%92.94%-
XYZ58.9656.7338.42-
YUV199.36102.4154.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 154 (60.55% from 255) = 26.55%
R=40.86%
G=32.59%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718915400.200.350.0725.369.7576.67
HexEDBD9A01423719464d
Octal35527523202443731106115
Binary1110110110111101100110100101001000111111100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD9A; }

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

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

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

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

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

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

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

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