#EDB992

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

Shades of Mandys Pink #EDB992

Tints of Mandys Pink #EDB992

Color information

#EDB992 (or 0xEDB992) is unknown color: approx Mandys Pink. HEX triplet: ED, B9 and 92. RGB value is (237,185,146). Sum of RGB (Red+Green+Blue) = 237+185+146=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB992 is #12466D. Grayscale: #C4C4C4. Windows color (decimal): -1197678 or 9615853. OLE color: 9615853.

HSL color Cylindrical-coordinate representation of color #EDB992: hue angle of 25.71º degrees, saturation: 0.72, 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 #EDB992 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237185146-
CMYK00.220.380.07
HSL25.71º71.65%75.1%-
HSV(B)25.71º38.4%92.94%-
XYZ57.4654.7834.74-
YUV196.199.73157.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 146 (57.42% from 255) = 25.70%
R=41.73%
G=32.57%
B=25.70%

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
Decimal23718514600.220.380.0725.7171.6575.1
HexEDB9920162671a484b
Octal35527122202646732110113
Binary1110110110111001100100100101101001101111101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB992; }

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

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

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

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

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

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

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

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