Html Css Color HEX #EDAF8D Mandys Pink

📋 copy color: '#EDAF8D'

red 237 ◦ green 175 ◦ blue 141

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

Shades of Mandys Pink #EDAF8D

Tints of Mandys Pink #EDAF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.65%

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

R = 42.86%
G = 31.65%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDAF8D (or 0xEDAF8D) is known color: Mandys Pink. HEX triplet: ED, AF and 8D. RGB value is (237,175,141). Sum of RGB (Red+Green+Blue) = 237+175+141=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF8D is #125072. Grayscale: #BDBDBD. Windows color (decimal): -1200243 or 9285613. OLE color: 9285613.

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

Color convert

RGB 237 175 141 -
CMYK 0 0.26 0.41 0.07
HSL 21.25º 0.73% 0.74% -
HSV(B) 21.25º 0.41% 0.93% -
XYZ 55.06 50.59 32.06 -
YUV 189.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 237 175 141 0 0.26 0.41 0.07 21.25 0.73 0.74
Hex ED AF 8D 0 1A 29 7 15 49 4A
Octal 355 257 215 0 32 51 7 25 111 112
Binary 11101101 10101111 10001101 0 11010 101001 111 10101 1001001 1001010

Color Harmonies of #EDAF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAF8D

Black with #EDAF8D

Text Example


Text Example

White with #EDAF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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