#EFD6BA

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

Shades of Pink Lady #EFD6BA

Tints of Pink Lady #EFD6BA

Color information

#EFD6BA (or 0xEFD6BA) is unknown color: approx Pink Lady. HEX triplet: EF, D6 and BA. RGB value is (239,214,186). Sum of RGB (Red+Green+Blue) = 239+214+186=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6BA is #102945. Grayscale: #DADADA. Windows color (decimal): -1059142 or 12244719. OLE color: 12244719.

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

Color convert

RGB239214186-
CMYK00.100.220.06
HSL31.7º62.35%83.33%-
HSV(B)31.7º22.18%93.73%-
XYZ68.5169.9956.35-
YUV218.28109.78142.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 186 (73.05% from 255) = 29.11%
R=37.40%
G=33.49%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921418600.100.220.0631.762.3583.33
HexEFD6BA0A166203e53
Octal3573262720122664076123
Binary11101111110101101011101001010101101101000001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6BA; }

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

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

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

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

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

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

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

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