Html Css Color HEX #EDAD90 Mandys Pink

📋 copy color: '#EDAD90'

red 237 ◦ green 173 ◦ blue 144

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

Shades of Mandys Pink #EDAD90

Tints of Mandys Pink #EDAD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.99%

R = 42.78%
G = 31.23%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDAD90 (or 0xEDAD90) is known color: Mandys Pink. HEX triplet: ED, AD and 90. RGB value is (237,173,144). Sum of RGB (Red+Green+Blue) = 237+173+144=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD90 is #12526F. Grayscale: #BDBDBD. Windows color (decimal): -1200752 or 9481709. OLE color: 9481709.

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

Color convert

RGB 237 173 144 -
CMYK 0 0.27 0.39 0.07
HSL 18.71º 0.72% 0.75% -
HSV(B) 18.71º 0.39% 0.93% -
XYZ 54.9 49.91 33.12 -
YUV 188.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 237 173 144 0 0.27 0.39 0.07 18.71 0.72 0.75
Hex ED AD 90 0 1B 27 7 13 48 4B
Octal 355 255 220 0 33 47 7 23 110 113
Binary 11101101 10101101 10010000 0 11011 100111 111 10011 1001000 1001011

Color Harmonies of #EDAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD90

Black with #EDAD90

Text Example


Text Example

White with #EDAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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