Html Css Color HEX #EFB48F Mandys Pink

📋 copy color: '#EFB48F'

red 239 ◦ green 180 ◦ blue 143

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

Shades of Mandys Pink #EFB48F

Tints of Mandys Pink #EFB48F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.44%

R = 42.53%
G = 32.03%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFB48F (or 0xEFB48F) is known color: Mandys Pink. HEX triplet: EF, B4 and 8F. RGB value is (239,180,143). Sum of RGB (Red+Green+Blue) = 239+180+143=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB48F is #104B70. Grayscale: #C1C1C1. Windows color (decimal): -1067889 or 9417967. OLE color: 9417967.

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

Color convert

RGB 239 180 143 -
CMYK 0 0.25 0.40 0.06
HSL 23.13º 0.75% 0.75% -
HSV(B) 23.13º 0.4% 0.94% -
XYZ 56.88 52.98 33.21 -
YUV 193.42 99.55 160.51 -
System Red Green Blue C M Y K H S L
Decimal 239 180 143 0 0.25 0.40 0.06 23.13 0.75 0.75
Hex EF B4 8F 0 19 28 6 17 4B 4B
Octal 357 264 217 0 31 50 6 27 113 113
Binary 11101111 10110100 10001111 0 11001 101000 110 10111 1001011 1001011

Color Harmonies of #EFB48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB48F

Black with #EFB48F

Text Example


Text Example

White with #EFB48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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