#EFB99C

Color #EFB99C Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #EFB99C

Tints of Mandys Pink #EFB99C

Color information

#EFB99C (or 0xEFB99C) is unknown color: approx Mandys Pink. HEX triplet: EF, B9 and 9C. RGB value is (239,185,156). Sum of RGB (Red+Green+Blue) = 239+185+156=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB99C is #104663. Grayscale: #C6C6C6. Windows color (decimal): -1066596 or 10271215. OLE color: 10271215.

HSL color Cylindrical-coordinate representation of color #EFB99C: hue angle of 20.96º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFB99C is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB239185156-
CMYK00.230.350.06
HSL20.96º72.17%77.45%-
HSV(B)20.96º34.73%93.73%-
XYZ58.9555.4539.05-
YUV197.84104.39157.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 156 (61.33% from 255) = 26.90%
R=41.21%
G=31.90%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918515600.230.350.0620.9672.1777.45
HexEFB99C01723615484d
Octal35727123402743625110115
Binary1110111110111001100111000101111000111101010110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB99C; }

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

 H1.HeaderClassName
 {
   color: #EFB99C;
 }
 .AnyTagClassName
 {
   color: #EFB99C;
 }
</style>
background-color css

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

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

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

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

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

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