#EFD5B4

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

Shades of Pink Lady #EFD5B4

Tints of Pink Lady #EFD5B4

Color information

#EFD5B4 (or 0xEFD5B4) is unknown color: approx Pink Lady. HEX triplet: EF, D5 and B4. RGB value is (239,213,180). Sum of RGB (Red+Green+Blue) = 239+213+180=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5B4 is #102A4B. Grayscale: #D9D9D9. Windows color (decimal): -1059404 or 11851247. OLE color: 11851247.

HSL color Cylindrical-coordinate representation of color #EFD5B4: hue angle of 33.56º 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 #EFD5B4 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239213180-
CMYK00.110.250.06
HSL33.56º64.84%82.16%-
HSV(B)33.56º24.69%93.73%-
XYZ67.6369.2352.98-
YUV217.01107.11143.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 213 (83.59% from 255) = 33.70%
BLUE value IS 180 (70.70% from 255) = 28.48%
R=37.82%
G=33.70%
B=28.48%

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
Decimal23921318000.110.250.0633.5664.8482.16
HexEFD5B40B196224152
Octal35732526401331642101122
Binary111011111101010110110100010111100111010001010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5B4; }

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

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

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

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

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

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

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

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