Html Css Color HEX #EFAD8C Mandys Pink

📋 copy color: '#EFAD8C'

red 239 ◦ green 173 ◦ blue 140

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

Shades of Mandys Pink #EFAD8C

Tints of Mandys Pink #EFAD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.36%

R = 43.3%
G = 31.34%
B = 25.36%

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

#EFAD8C (or 0xEFAD8C) is known color: Mandys Pink. HEX triplet: EF, AD and 8C. RGB value is (239,173,140). Sum of RGB (Red+Green+Blue) = 239+173+140=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAD8C is #105273. Grayscale: #BDBDBD. Windows color (decimal): -1069684 or 9219567. OLE color: 9219567.

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

Color convert

RGB 239 173 140 -
CMYK 0 0.28 0.41 0.06
HSL 20º 0.76% 0.74% -
HSV(B) 20º 0.41% 0.94% -
XYZ 55.27 50.13 31.57 -
YUV 188.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 239 173 140 0 0.28 0.41 0.06 20 0.76 0.74
Hex EF AD 8C 0 1C 29 6 14 4C 4A
Octal 357 255 214 0 34 51 6 24 114 112
Binary 11101111 10101101 10001100 0 11100 101001 110 10100 1001100 1001010

Color Harmonies of #EFAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD8C

Black with #EFAD8C

Text Example


Text Example

White with #EFAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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