Html Css Color HEX #EFBB94 Mandys Pink

📋 copy color: '#EFBB94'

red 239 ◦ green 187 ◦ blue 148

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

Shades of Mandys Pink #EFBB94

Tints of Mandys Pink #EFBB94

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.58%

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

R = 41.64%
G = 32.58%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFBB94 (or 0xEFBB94) is known color: Mandys Pink. HEX triplet: EF, BB and 94. RGB value is (239,187,148). Sum of RGB (Red+Green+Blue) = 239+187+148=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB94 is #10446B. Grayscale: #C6C6C6. Windows color (decimal): -1066092 or 9747439. OLE color: 9747439.

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

Color convert

RGB 239 187 148 -
CMYK 0 0.22 0.38 0.06
HSL 25.71º 0.74% 0.76% -
HSV(B) 25.71º 0.38% 0.94% -
XYZ 58.71 56.03 35.74 -
YUV 198.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 239 187 148 0 0.22 0.38 0.06 25.71 0.74 0.76
Hex EF BB 94 0 16 26 6 1A 4A 4C
Octal 357 273 224 0 26 46 6 32 112 114
Binary 11101111 10111011 10010100 0 10110 100110 110 11010 1001010 1001100

Color Harmonies of #EFBB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBB94

Black with #EFBB94

Text Example


Text Example

White with #EFBB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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