Html Css Color HEX #EDB593 Mandys Pink

📋 copy color: '#EDB593'

red 237 ◦ green 181 ◦ blue 147

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

Shades of Mandys Pink #EDB593

Tints of Mandys Pink #EDB593

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.04%

 BLUE value IS 147 (57.81% from 255) = 26.02%

R = 41.95%
G = 32.04%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDB593 (or 0xEDB593) is known color: Mandys Pink. HEX triplet: ED, B5 and 93. RGB value is (237,181,147). Sum of RGB (Red+Green+Blue) = 237+181+147=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB593 is #124A6C. Grayscale: #C2C2C2. Windows color (decimal): -1198701 or 9680365. OLE color: 9680365.

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

Color convert

RGB 237 181 147 -
CMYK 0 0.24 0.38 0.07
HSL 22.67º 0.71% 0.75% -
HSV(B) 22.67º 0.38% 0.93% -
XYZ 56.72 53.16 34.88 -
YUV 193.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 237 181 147 0 0.24 0.38 0.07 22.67 0.71 0.75
Hex ED B5 93 0 18 26 7 17 47 4B
Octal 355 265 223 0 30 46 7 27 107 113
Binary 11101101 10110101 10010011 0 11000 100110 111 10111 1000111 1001011

Color Harmonies of #EDB593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB593

Black with #EDB593

Text Example


Text Example

White with #EDB593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB593; }

 p { color: rgb(237,181,147); }

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

background-color css

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

 a { background-color: rgb(237,181,147); }

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

border-color css

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

 span { border-color: rgb(237,181,147); }

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