Html Css Color HEX #EFB394 Mandys Pink

📋 copy color: '#EFB394'

red 239 ◦ green 179 ◦ blue 148

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

Shades of Mandys Pink #EFB394

Tints of Mandys Pink #EFB394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.63%

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

R = 42.23%
G = 31.63%
B = 26.15%

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

#EFB394 (or 0xEFB394) is known color: Mandys Pink. HEX triplet: EF, B3 and 94. RGB value is (239,179,148). Sum of RGB (Red+Green+Blue) = 239+179+148=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB394 is #104C6B. Grayscale: #C1C1C1. Windows color (decimal): -1068140 or 9745391. OLE color: 9745391.

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

Color convert

RGB 239 179 148 -
CMYK 0 0.25 0.38 0.06
HSL 20.44º 0.74% 0.76% -
HSV(B) 20.44º 0.38% 0.94% -
XYZ 57.06 52.73 35.19 -
YUV 193.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 239 179 148 0 0.25 0.38 0.06 20.44 0.74 0.76
Hex EF B3 94 0 19 26 6 14 4A 4C
Octal 357 263 224 0 31 46 6 24 112 114
Binary 11101111 10110011 10010100 0 11001 100110 110 10100 1001010 1001100

Color Harmonies of #EFB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB394

Black with #EFB394

Text Example


Text Example

White with #EFB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB394; }

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

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

background-color css

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

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

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

border-color css

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

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

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