Html Css Color HEX #EFAC8D Mandys Pink

📋 copy color: '#EFAC8D'

red 239 ◦ green 172 ◦ blue 141

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

Shades of Mandys Pink #EFAC8D

Tints of Mandys Pink #EFAC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.16%

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

R = 43.3%
G = 31.16%
B = 25.54%

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

#EFAC8D (or 0xEFAC8D) is known color: Mandys Pink. HEX triplet: EF, AC and 8D. RGB value is (239,172,141). Sum of RGB (Red+Green+Blue) = 239+172+141=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC8D is #105372. Grayscale: #BCBCBC. Windows color (decimal): -1069939 or 9284847. OLE color: 9284847.

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

Color convert

RGB 239 172 141 -
CMYK 0 0.28 0.41 0.06
HSL 18.98º 0.75% 0.75% -
HSV(B) 18.98º 0.41% 0.94% -
XYZ 55.16 49.78 31.9 -
YUV 188.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 239 172 141 0 0.28 0.41 0.06 18.98 0.75 0.75
Hex EF AC 8D 0 1C 29 6 13 4B 4B
Octal 357 254 215 0 34 51 6 23 113 113
Binary 11101111 10101100 10001101 0 11100 101001 110 10011 1001011 1001011

Color Harmonies of #EFAC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC8D

Black with #EFAC8D

Text Example


Text Example

White with #EFAC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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