#EDBD99

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

Shades of Mandys Pink #EDBD99

Tints of Mandys Pink #EDBD99

Color information

#EDBD99 (or 0xEDBD99) is unknown color: approx Mandys Pink. HEX triplet: ED, BD and 99. RGB value is (237,189,153). Sum of RGB (Red+Green+Blue) = 237+189+153=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD99 is #124266. Grayscale: #C7C7C7. Windows color (decimal): -1196647 or 10075629. OLE color: 10075629.

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

Color convert

RGB237189153-
CMYK00.200.350.07
HSL25.71º70%76.47%-
HSV(B)25.71º35.44%92.94%-
XYZ58.8756.737.98-
YUV199.25101.9154.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 153 (60.16% from 255) = 26.42%
R=40.93%
G=32.64%
B=26.42%

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
Decimal23718915300.200.350.0725.717076.47
HexEDBD990142371a464c
Octal35527523102443732106114
Binary1110110110111101100110010101001000111111101010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD99; }

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

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

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

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

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

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

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

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