#EDB698

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

Shades of Mandys Pink #EDB698

Tints of Mandys Pink #EDB698

Color information

#EDB698 (or 0xEDB698) is unknown color: approx Mandys Pink. HEX triplet: ED, B6 and 98. RGB value is (237,182,152). Sum of RGB (Red+Green+Blue) = 237+182+152=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB698 is #124967. Grayscale: #C3C3C3. Windows color (decimal): -1198440 or 10008301. OLE color: 10008301.

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

Color convert

RGB237182152-
CMYK00.230.360.07
HSL21.18º70.25%76.27%-
HSV(B)21.18º35.86%92.94%-
XYZ57.3253.7337.06-
YUV195.02103.72157.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 152 (59.77% from 255) = 26.62%
R=41.51%
G=31.87%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718215200.230.360.0721.1870.2576.27
HexEDB69801724715464c
Octal35526623002744725106114
Binary1110110110110110100110000101111001001111010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB698; }

 p { color: rgb(237,182,152); }

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

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

 a { background-color: rgb(237,182,152); }

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

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

 span { border-color: rgb(237,182,152); }

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