#EFD6B4

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

Shades of Pink Lady #EFD6B4

Tints of Pink Lady #EFD6B4

Color information

#EFD6B4 (or 0xEFD6B4) is unknown color: approx Pink Lady. HEX triplet: EF, D6 and B4. RGB value is (239,214,180). Sum of RGB (Red+Green+Blue) = 239+214+180=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6B4 is #10294B. Grayscale: #D9D9D9. Windows color (decimal): -1059148 or 11851503. OLE color: 11851503.

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

Color convert

RGB239214180-
CMYK00.100.250.06
HSL34.58º64.84%82.16%-
HSV(B)34.58º24.69%93.73%-
XYZ67.8869.7453.06-
YUV217.6106.78143.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 180 (70.70% from 255) = 28.44%
R=37.76%
G=33.81%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921418000.100.250.0634.5864.8482.16
HexEFD6B40A196234152
Octal35732626401231643101122
Binary111011111101011010110100010101100111010001110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6B4; }

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

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

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

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

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

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

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

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