Html Css Color HEX #EFB48C Mandys Pink

📋 copy color: '#EFB48C'

red 239 ◦ green 180 ◦ blue 140

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

Shades of Mandys Pink #EFB48C

Tints of Mandys Pink #EFB48C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.2%

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

R = 42.75%
G = 32.2%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFB48C (or 0xEFB48C) is known color: Mandys Pink. HEX triplet: EF, B4 and 8C. RGB value is (239,180,140). Sum of RGB (Red+Green+Blue) = 239+180+140=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB48C is #104B73. Grayscale: #C1C1C1. Windows color (decimal): -1067892 or 9221359. OLE color: 9221359.

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

Color convert

RGB 239 180 140 -
CMYK 0 0.25 0.41 0.06
HSL 24.24º 0.76% 0.74% -
HSV(B) 24.24º 0.41% 0.94% -
XYZ 56.65 52.89 32.03 -
YUV 193.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 239 180 140 0 0.25 0.41 0.06 24.24 0.76 0.74
Hex EF B4 8C 0 19 29 6 18 4C 4A
Octal 357 264 214 0 31 51 6 30 114 112
Binary 11101111 10110100 10001100 0 11001 101001 110 11000 1001100 1001010

Color Harmonies of #EFB48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB48C

Black with #EFB48C

Text Example


Text Example

White with #EFB48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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