Html Css Color HEX #EDB396 Mandys Pink

📋 copy color: '#EDB396'

red 237 ◦ green 179 ◦ blue 150

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

Shades of Mandys Pink #EDB396

Tints of Mandys Pink #EDB396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.5%

R = 41.87%
G = 31.63%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDB396 (or 0xEDB396) is known color: Mandys Pink. HEX triplet: ED, B3 and 96. RGB value is (237,179,150). Sum of RGB (Red+Green+Blue) = 237+179+150=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB396 is #124C69. Grayscale: #C1C1C1. Windows color (decimal): -1199210 or 9876461. OLE color: 9876461.

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

Color convert

RGB 237 179 150 -
CMYK 0 0.24 0.37 0.07
HSL 20º 0.71% 0.76% -
HSV(B) 20º 0.37% 0.93% -
XYZ 56.55 52.45 36 -
YUV 193.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 237 179 150 0 0.24 0.37 0.07 20 0.71 0.76
Hex ED B3 96 0 18 25 7 14 47 4C
Octal 355 263 226 0 30 45 7 24 107 114
Binary 11101101 10110011 10010110 0 11000 100101 111 10100 1000111 1001100

Color Harmonies of #EDB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB396

Black with #EDB396

Text Example


Text Example

White with #EDB396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB396; }

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

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

background-color css

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

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

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

border-color css

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

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

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