#edba98

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

Shades of Mandys Pink #EDBA98

Tints of Mandys Pink #EDBA98

Color information

#EDBA98 (or 0xEDBA98) is unknown color: approx Mandys Pink. HEX triplet: ED, BA and 98. RGB value is (237,186,152). Sum of RGB (Red+Green+Blue) = 237+186+152=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA98 is #124567. Grayscale: #C5C5C5. Windows color (decimal): -1197416 or 10009325. OLE color: 10009325.

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

Color convert

RGB237186152-
CMYK00.220.360.07
HSL24º70.25%76.27%-
HSV(B)24º35.86%92.94%-
XYZ58.1555.3937.33-
YUV197.37102.4156.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 152 (59.77% from 255) = 26.43%
R=41.22%
G=32.35%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718615200.220.360.072470.2576.27
HexEDBA9801624718464c
Octal35527223002644730106114
Binary1110110110111010100110000101101001001111100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edba98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edba98; }

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

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

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

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

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

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

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

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