Html Css Color HEX #EFAD8D Mandys Pink

📋 copy color: '#EFAD8D'

red 239 ◦ green 173 ◦ blue 141

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

Shades of Mandys Pink #EFAD8D

Tints of Mandys Pink #EFAD8D

RGB

 RED value IS 239 (93.75% from 255) = 43.22%

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

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

R = 43.22%
G = 31.28%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFAD8D (or 0xEFAD8D) is known color: Mandys Pink. HEX triplet: EF, AD and 8D. RGB value is (239,173,141). Sum of RGB (Red+Green+Blue) = 239+173+141=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAD8D is #105272. Grayscale: #BDBDBD. Windows color (decimal): -1069683 or 9285103. OLE color: 9285103.

HSL color Cylindrical-coordinate representation of color #EFAD8D: hue angle of 19.59º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFAD8D is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 173 141 -
CMYK 0 0.28 0.41 0.06
HSL 19.59º 0.75% 0.75% -
HSV(B) 19.59º 0.41% 0.94% -
XYZ 55.35 50.16 31.96 -
YUV 189.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 239 173 141 0 0.28 0.41 0.06 19.59 0.75 0.75
Hex EF AD 8D 0 1C 29 6 14 4B 4B
Octal 357 255 215 0 34 51 6 24 113 113
Binary 11101111 10101101 10001101 0 11100 101001 110 10100 1001011 1001011

Color Harmonies of #EFAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD8D

Black with #EFAD8D

Text Example


Text Example

White with #EFAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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