#EDB795

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

Shades of Mandys Pink #EDB795

Tints of Mandys Pink #EDB795

Color information

#EDB795 (or 0xEDB795) is unknown color: approx Mandys Pink. HEX triplet: ED, B7 and 95. RGB value is (237,183,149). Sum of RGB (Red+Green+Blue) = 237+183+149=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB795 is #12486A. Grayscale: #C3C3C3. Windows color (decimal): -1198187 or 9811949. OLE color: 9811949.

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

Color convert

RGB237183149-
CMYK00.230.370.07
HSL23.18º70.97%75.69%-
HSV(B)23.18º37.13%92.94%-
XYZ57.2854.0435.85-
YUV195.27101.89157.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 183 (71.88% from 255) = 32.16%
BLUE value IS 149 (58.59% from 255) = 26.19%
R=41.65%
G=32.16%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718314900.230.370.0723.1870.9775.69
HexEDB79501725717474c
Octal35526722502745727107114
Binary1110110110110111100101010101111001011111011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB795; }

 p { color: rgb(237,183,149); }

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

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

 a { background-color: rgb(237,183,149); }

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

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

 span { border-color: rgb(237,183,149); }

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