Html Css Color HEX #EDAE8D Mandys Pink

📋 copy color: '#EDAE8D'

red 237 ◦ green 174 ◦ blue 141

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

Shades of Mandys Pink #EDAE8D

Tints of Mandys Pink #EDAE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.52%

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

R = 42.93%
G = 31.52%
B = 25.54%

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

#EDAE8D (or 0xEDAE8D) is known color: Mandys Pink. HEX triplet: ED, AE and 8D. RGB value is (237,174,141). Sum of RGB (Red+Green+Blue) = 237+174+141=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAE8D is #125172. Grayscale: #BDBDBD. Windows color (decimal): -1200499 or 9285357. OLE color: 9285357.

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

Color convert

RGB 237 174 141 -
CMYK 0 0.27 0.41 0.07
HSL 20.63º 0.73% 0.74% -
HSV(B) 20.63º 0.41% 0.93% -
XYZ 54.87 50.2 32 -
YUV 189.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 237 174 141 0 0.27 0.41 0.07 20.63 0.73 0.74
Hex ED AE 8D 0 1B 29 7 15 49 4A
Octal 355 256 215 0 33 51 7 25 111 112
Binary 11101101 10101110 10001101 0 11011 101001 111 10101 1001001 1001010

Color Harmonies of #EDAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAE8D

Black with #EDAE8D

Text Example


Text Example

White with #EDAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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