Html Css Color HEX #EDB191 Mandys Pink

📋 copy color: '#EDB191'

red 237 ◦ green 177 ◦ blue 145

#EDB191
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandys Pink #EDB191

Tints of Mandys Pink #EDB191

RGB

 RED value IS 237 (92.97% from 255) = 42.4%

 GREEN value IS 177 (69.53% from 255) = 31.66%

 BLUE value IS 145 (57.03% from 255) = 25.94%

R = 42.4%
G = 31.66%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDB191 (or 0xEDB191) is known color: Mandys Pink. HEX triplet: ED, B1 and 91. RGB value is (237,177,145). Sum of RGB (Red+Green+Blue) = 237+177+145=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB191 is #124E6E. Grayscale: #BFBFBF. Windows color (decimal): -1199727 or 9548269. OLE color: 9548269.

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

Color convert

RGB 237 177 145 -
CMYK 0 0.25 0.39 0.07
HSL 20.87º 0.72% 0.75% -
HSV(B) 20.87º 0.39% 0.93% -
XYZ 55.76 51.49 33.79 -
YUV 191.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 237 177 145 0 0.25 0.39 0.07 20.87 0.72 0.75
Hex ED B1 91 0 19 27 7 15 48 4B
Octal 355 261 221 0 31 47 7 25 110 113
Binary 11101101 10110001 10010001 0 11001 100111 111 10101 1001000 1001011

Color Harmonies of #EDB191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB191

Black with #EDB191

Text Example


Text Example

White with #EDB191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB191; }

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

 H1.HeaderClassName
 {
   color: #EDB191;
 }
 .AnyTagClassName
 {
   color: #EDB191;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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