#EDB691

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

Shades of Mandys Pink #EDB691

Tints of Mandys Pink #EDB691

Color information

#EDB691 (or 0xEDB691) is unknown color: approx Mandys Pink. HEX triplet: ED, B6 and 91. RGB value is (237,182,145). Sum of RGB (Red+Green+Blue) = 237+182+145=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 145 (57.03% from 255 or 25.71% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB691 is #12496E. Grayscale: #C2C2C2. Windows color (decimal): -1198447 or 9549549. OLE color: 9549549.

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

Color convert

RGB237182145-
CMYK00.230.390.07
HSL24.13º71.88%74.9%-
HSV(B)24.13º38.82%92.94%-
XYZ56.7653.534.12-
YUV194.23100.22158.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 182 (71.48% from 255) = 32.27%
BLUE value IS 145 (57.03% from 255) = 25.71%
R=42.02%
G=32.27%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718214500.230.390.0724.1371.8874.9
HexEDB69101727718484b
Octal35526622102747730110113
Binary1110110110110110100100010101111001111111100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB691; }

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

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

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

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

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

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

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

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