Html Css Color HEX #EFAD8E Mandys Pink

📋 copy color: '#EFAD8E'

red 239 ◦ green 173 ◦ blue 142

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

Shades of Mandys Pink #EFAD8E

Tints of Mandys Pink #EFAD8E

RGB

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

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

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

R = 43.14%
G = 31.23%
B = 25.63%

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

#EFAD8E (or 0xEFAD8E) is known color: Mandys Pink. HEX triplet: EF, AD and 8E. RGB value is (239,173,142). Sum of RGB (Red+Green+Blue) = 239+173+142=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAD8E is #105271. Grayscale: #BDBDBD. Windows color (decimal): -1069682 or 9350639. OLE color: 9350639.

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

Color convert

RGB 239 173 142 -
CMYK 0 0.28 0.41 0.06
HSL 19.18º 0.75% 0.75% -
HSV(B) 19.18º 0.41% 0.94% -
XYZ 55.42 50.19 32.36 -
YUV 189.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 239 173 142 0 0.28 0.41 0.06 19.18 0.75 0.75
Hex EF AD 8E 0 1C 29 6 13 4B 4B
Octal 357 255 216 0 34 51 6 23 113 113
Binary 11101111 10101101 10001110 0 11100 101001 110 10011 1001011 1001011

Color Harmonies of #EFAD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD8E

Black with #EFAD8E

Text Example


Text Example

White with #EFAD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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