Html Css Color HEX #EFB994 Mandys Pink

📋 copy color: '#EFB994'

red 239 ◦ green 185 ◦ blue 148

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

Shades of Mandys Pink #EFB994

Tints of Mandys Pink #EFB994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.34%

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

R = 41.78%
G = 32.34%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFB994 (or 0xEFB994) is known color: Mandys Pink. HEX triplet: EF, B9 and 94. RGB value is (239,185,148). Sum of RGB (Red+Green+Blue) = 239+185+148=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB994 is #10466B. Grayscale: #C5C5C5. Windows color (decimal): -1066604 or 9746927. OLE color: 9746927.

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

Color convert

RGB 239 185 148 -
CMYK 0 0.23 0.38 0.06
HSL 24.4º 0.74% 0.76% -
HSV(B) 24.4º 0.38% 0.94% -
XYZ 58.29 55.19 35.6 -
YUV 196.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 239 185 148 0 0.23 0.38 0.06 24.4 0.74 0.76
Hex EF B9 94 0 17 26 6 18 4A 4C
Octal 357 271 224 0 27 46 6 30 112 114
Binary 11101111 10111001 10010100 0 10111 100110 110 11000 1001010 1001100

Color Harmonies of #EFB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB994

Black with #EFB994

Text Example


Text Example

White with #EFB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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