Html Css Color HEX #EFB494 Mandys Pink

📋 copy color: '#EFB494'

red 239 ◦ green 180 ◦ blue 148

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

Shades of Mandys Pink #EFB494

Tints of Mandys Pink #EFB494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 42.15%
G = 31.75%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFB494 (or 0xEFB494) is known color: Mandys Pink. HEX triplet: EF, B4 and 94. RGB value is (239,180,148). Sum of RGB (Red+Green+Blue) = 239+180+148=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB494 is #104B6B. Grayscale: #C2C2C2. Windows color (decimal): -1067884 or 9745647. OLE color: 9745647.

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

Color convert

RGB 239 180 148 -
CMYK 0 0.25 0.38 0.06
HSL 21.1º 0.74% 0.76% -
HSV(B) 21.1º 0.38% 0.94% -
XYZ 57.26 53.13 35.25 -
YUV 193.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 239 180 148 0 0.25 0.38 0.06 21.1 0.74 0.76
Hex EF B4 94 0 19 26 6 15 4A 4C
Octal 357 264 224 0 31 46 6 25 112 114
Binary 11101111 10110100 10010100 0 11001 100110 110 10101 1001010 1001100

Color Harmonies of #EFB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB494

Black with #EFB494

Text Example


Text Example

White with #EFB494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB494; }

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

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

background-color css

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

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

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

border-color css

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

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

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