Html Css Color HEX #EDAD8E Mandys Pink

📋 copy color: '#EDAD8E'

red 237 ◦ green 173 ◦ blue 142

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

Shades of Mandys Pink #EDAD8E

Tints of Mandys Pink #EDAD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.72%

R = 42.93%
G = 31.34%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDAD8E (or 0xEDAD8E) is known color: Mandys Pink. HEX triplet: ED, AD and 8E. RGB value is (237,173,142). Sum of RGB (Red+Green+Blue) = 237+173+142=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD8E is #125271. Grayscale: #BCBCBC. Windows color (decimal): -1200754 or 9350637. OLE color: 9350637.

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

Color convert

RGB 237 173 142 -
CMYK 0 0.27 0.40 0.07
HSL 19.58º 0.73% 0.74% -
HSV(B) 19.58º 0.4% 0.93% -
XYZ 54.75 49.84 32.33 -
YUV 188.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 237 173 142 0 0.27 0.40 0.07 19.58 0.73 0.74
Hex ED AD 8E 0 1B 28 7 14 49 4A
Octal 355 255 216 0 33 50 7 24 111 112
Binary 11101101 10101101 10001110 0 11011 101000 111 10100 1001001 1001010

Color Harmonies of #EDAD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD8E

Black with #EDAD8E

Text Example


Text Example

White with #EDAD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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