Html Css Color HEX #EFBA9F Mandys Pink

📋 copy color: '#EFBA9F'

red 239 ◦ green 186 ◦ blue 159

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

Shades of Mandys Pink #EFBA9F

Tints of Mandys Pink #EFBA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.85%

 BLUE value IS 159 (62.5% from 255) = 27.23%

R = 40.92%
G = 31.85%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFBA9F (or 0xEFBA9F) is known color: Mandys Pink. HEX triplet: EF, BA and 9F. RGB value is (239,186,159). Sum of RGB (Red+Green+Blue) = 239+186+159=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA9F is #104560. Grayscale: #C6C6C6. Windows color (decimal): -1066337 or 10468079. OLE color: 10468079.

HSL color Cylindrical-coordinate representation of color #EFBA9F: hue angle of 20.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFBA9F is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 159 -
CMYK 0 0.22 0.33 0.06
HSL 20.25º 0.71% 0.78% -
HSV(B) 20.25º 0.33% 0.94% -
XYZ 59.41 55.97 40.47 -
YUV 198.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 239 186 159 0 0.22 0.33 0.06 20.25 0.71 0.78
Hex EF BA 9F 0 16 21 6 14 47 4E
Octal 357 272 237 0 26 41 6 24 107 116
Binary 11101111 10111010 10011111 0 10110 100001 110 10100 1000111 1001110

Color Harmonies of #EFBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA9F

Black with #EFBA9F

Text Example


Text Example

White with #EFBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA9F; }

 p { color: rgb(239,186,159); }

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

background-color css

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

 a { background-color: rgb(239,186,159); }

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

border-color css

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

 span { border-color: rgb(239,186,159); }

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