Html Css Color HEX #EFB48E Mandys Pink

📋 copy color: '#EFB48E'

red 239 ◦ green 180 ◦ blue 142

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

Shades of Mandys Pink #EFB48E

Tints of Mandys Pink #EFB48E

RGB

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

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

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

R = 42.6%
G = 32.09%
B = 25.31%

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

#EFB48E (or 0xEFB48E) is known color: Mandys Pink. HEX triplet: EF, B4 and 8E. RGB value is (239,180,142). Sum of RGB (Red+Green+Blue) = 239+180+142=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB48E is #104B71. Grayscale: #C1C1C1. Windows color (decimal): -1067890 or 9352431. OLE color: 9352431.

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

Color convert

RGB 239 180 142 -
CMYK 0 0.25 0.41 0.06
HSL 23.51º 0.75% 0.75% -
HSV(B) 23.51º 0.41% 0.94% -
XYZ 56.8 52.95 32.82 -
YUV 193.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 239 180 142 0 0.25 0.41 0.06 23.51 0.75 0.75
Hex EF B4 8E 0 19 29 6 18 4B 4B
Octal 357 264 216 0 31 51 6 30 113 113
Binary 11101111 10110100 10001110 0 11001 101001 110 11000 1001011 1001011

Color Harmonies of #EFB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB48E

Black with #EFB48E

Text Example


Text Example

White with #EFB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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