#EFD2B4

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

Shades of Pink Lady #EFD2B4

Tints of Pink Lady #EFD2B4

Color information

#EFD2B4 (or 0xEFD2B4) is unknown color: approx Pink Lady. HEX triplet: EF, D2 and B4. RGB value is (239,210,180). Sum of RGB (Red+Green+Blue) = 239+210+180=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2B4 is #102D4B. Grayscale: #D7D7D7. Windows color (decimal): -1060172 or 11850479. OLE color: 11850479.

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

Color convert

RGB239210180-
CMYK00.120.250.06
HSL30.51º64.84%82.16%-
HSV(B)30.51º24.69%93.73%-
XYZ66.8867.7452.73-
YUV215.25108.11144.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 210 (82.42% from 255) = 33.39%
BLUE value IS 180 (70.70% from 255) = 28.62%
R=38.00%
G=33.39%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921018000.120.250.0630.5164.8482.16
HexEFD2B40C1961f4152
Octal35732226401431637101122
Binary11101111110100101011010001100110011101111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2B4; }

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

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

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

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

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

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

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

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