#EDB994

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

Shades of Mandys Pink #EDB994

Tints of Mandys Pink #EDB994

Color information

#EDB994 (or 0xEDB994) is unknown color: approx Mandys Pink. HEX triplet: ED, B9 and 94. RGB value is (237,185,148). Sum of RGB (Red+Green+Blue) = 237+185+148=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB994 is #12466B. Grayscale: #C4C4C4. Windows color (decimal): -1197676 or 9746925. OLE color: 9746925.

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

Color convert

RGB237185148-
CMYK00.220.380.07
HSL24.94º71.2%75.49%-
HSV(B)24.94º37.55%92.94%-
XYZ57.6254.8435.57-
YUV196.33100.73157.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 185 (72.66% from 255) = 32.46%
BLUE value IS 148 (58.20% from 255) = 25.96%
R=41.58%
G=32.46%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718514800.220.380.0724.9471.275.49
HexEDB99401626719474b
Octal35527122402646731107113
Binary1110110110111001100101000101101001101111100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB994; }

 p { color: rgb(237,185,148); }

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

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

 a { background-color: rgb(237,185,148); }

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

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

 span { border-color: rgb(237,185,148); }

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