#EFD5B3

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

Shades of Pink Lady #EFD5B3

Tints of Pink Lady #EFD5B3

Color information

#EFD5B3 (or 0xEFD5B3) is unknown color: approx Pink Lady. HEX triplet: EF, D5 and B3. RGB value is (239,213,179). Sum of RGB (Red+Green+Blue) = 239+213+179=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 179 (70.31% from 255 or 28.37% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5B3 is #102A4C. Grayscale: #D9D9D9. Windows color (decimal): -1059405 or 11785711. OLE color: 11785711.

HSL color Cylindrical-coordinate representation of color #EFD5B3: hue angle of 34º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFD5B3 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239213179-
CMYK00.110.250.06
HSL34º65.22%81.96%-
HSV(B)34º25.1%93.73%-
XYZ67.5369.1952.44-
YUV216.9106.61143.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 213 (83.59% from 255) = 33.76%
BLUE value IS 179 (70.31% from 255) = 28.37%
R=37.88%
G=33.76%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921317900.110.250.063465.2281.96
HexEFD5B30B196224152
Octal35732526301331642101122
Binary111011111101010110110011010111100111010001010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5B3; }

 p { color: rgb(239,213,179); }

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

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

 a { background-color: rgb(239,213,179); }

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

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

 span { border-color: rgb(239,213,179); }

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