#EFB68C

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

Shades of Mandys Pink #EFB68C

Tints of Mandys Pink #EFB68C

Color information

#EFB68C (or 0xEFB68C) is unknown color: approx Mandys Pink. HEX triplet: EF, B6 and 8C. RGB value is (239,182,140). Sum of RGB (Red+Green+Blue) = 239+182+140=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB68C is #104973. Grayscale: #C2C2C2. Windows color (decimal): -1067380 or 9221871. OLE color: 9221871.

HSL color Cylindrical-coordinate representation of color #EFB68C: hue angle of 25.45º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFB68C is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239182140-
CMYK00.240.410.06
HSL25.45º75.57%74.31%-
HSV(B)25.45º41.42%93.73%-
XYZ57.0653.732.17-
YUV194.2697.38159.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 140 (55.08% from 255) = 24.96%
R=42.60%
G=32.44%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918214000.240.410.0625.4575.5774.31
HexEFB68C018296194c4a
Octal35726621403051631114112
Binary1110111110110110100011000110001010011101100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB68C; }

 p { color: rgb(239,182,140); }

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

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

 a { background-color: rgb(239,182,140); }

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

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

 span { border-color: rgb(239,182,140); }

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