Html Css Color HEX #EDB391 Mandys Pink

📋 copy color: '#EDB391'

red 237 ◦ green 179 ◦ blue 145

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

Shades of Mandys Pink #EDB391

Tints of Mandys Pink #EDB391

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.91%

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

R = 42.25%
G = 31.91%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDB391 (or 0xEDB391) is known color: Mandys Pink. HEX triplet: ED, B3 and 91. RGB value is (237,179,145). Sum of RGB (Red+Green+Blue) = 237+179+145=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB391 is #124C6E. Grayscale: #C0C0C0. Windows color (decimal): -1199215 or 9548781. OLE color: 9548781.

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

Color convert

RGB 237 179 145 -
CMYK 0 0.24 0.39 0.07
HSL 22.17º 0.72% 0.75% -
HSV(B) 22.17º 0.39% 0.93% -
XYZ 56.16 52.29 33.92 -
YUV 192.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 237 179 145 0 0.24 0.39 0.07 22.17 0.72 0.75
Hex ED B3 91 0 18 27 7 16 48 4B
Octal 355 263 221 0 30 47 7 26 110 113
Binary 11101101 10110011 10010001 0 11000 100111 111 10110 1001000 1001011

Color Harmonies of #EDB391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB391

Black with #EDB391

Text Example


Text Example

White with #EDB391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB391; }

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

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

background-color css

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

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

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

border-color css

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

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

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