#edbc99

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

Shades of Mandys Pink #EDBC99

Tints of Mandys Pink #EDBC99

Color information

#EDBC99 (or 0xEDBC99) is unknown color: approx Mandys Pink. HEX triplet: ED, BC and 99. RGB value is (237,188,153). Sum of RGB (Red+Green+Blue) = 237+188+153=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBC99 is #124366. Grayscale: #C6C6C6. Windows color (decimal): -1196903 or 10075373. OLE color: 10075373.

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

Color convert

RGB237188153-
CMYK00.210.350.07
HSL25º70%76.47%-
HSV(B)25º35.44%92.94%-
XYZ58.6656.2737.91-
YUV198.66102.23155.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 153 (60.16% from 255) = 26.47%
R=41.00%
G=32.53%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718815300.210.350.07257076.47
HexEDBC9901523719464c
Octal35527423102543731106114
Binary1110110110111100100110010101011000111111100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edbc99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edbc99; }

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

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

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

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

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

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

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

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