Html Css Color HEX #EDAD8D Mandys Pink

📋 copy color: '#EDAD8D'

red 237 ◦ green 173 ◦ blue 141

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

Shades of Mandys Pink #EDAD8D

Tints of Mandys Pink #EDAD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.4%

 BLUE value IS 141 (55.47% from 255) = 25.59%

R = 43.01%
G = 31.4%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDAD8D (or 0xEDAD8D) is known color: Mandys Pink. HEX triplet: ED, AD and 8D. RGB value is (237,173,141). Sum of RGB (Red+Green+Blue) = 237+173+141=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD8D is #125272. Grayscale: #BCBCBC. Windows color (decimal): -1200755 or 9285101. OLE color: 9285101.

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

Color convert

RGB 237 173 141 -
CMYK 0 0.27 0.41 0.07
HSL 20º 0.73% 0.74% -
HSV(B) 20º 0.41% 0.93% -
XYZ 54.68 49.81 31.93 -
YUV 188.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 237 173 141 0 0.27 0.41 0.07 20 0.73 0.74
Hex ED AD 8D 0 1B 29 7 14 49 4A
Octal 355 255 215 0 33 51 7 24 111 112
Binary 11101101 10101101 10001101 0 11011 101001 111 10100 1001001 1001010

Color Harmonies of #EDAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD8D

Black with #EDAD8D

Text Example


Text Example

White with #EDAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD8D; }

 p { color: rgb(237,173,141); }

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

background-color css

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

 a { background-color: rgb(237,173,141); }

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

border-color css

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

 span { border-color: rgb(237,173,141); }

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