Html Css Color HEX #EFD7BA Pink Lady

📋 copy color: '#EFD7BA'

red 239 ◦ green 215 ◦ blue 186

#EFD7BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lady #EFD7BA

Tints of Pink Lady #EFD7BA

RGB

 RED value IS 239 (93.75% from 255) = 37.34%

 GREEN value IS 215 (84.38% from 255) = 33.59%

 BLUE value IS 186 (73.05% from 255) = 29.06%

R = 37.34%
G = 33.59%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFD7BA (or 0xEFD7BA) is known color: Pink Lady. HEX triplet: EF, D7 and BA. RGB value is (239,215,186). Sum of RGB (Red+Green+Blue) = 239+215+186=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7BA is #102845. Grayscale: #DBDBDB. Windows color (decimal): -1058886 or 12244975. OLE color: 12244975.

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

Color convert

RGB 239 215 186 -
CMYK 0 0.10 0.22 0.06
HSL 32.83º 0.62% 0.83% -
HSV(B) 32.83º 0.22% 0.94% -
XYZ 68.76 70.5 56.44 -
YUV 218.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 239 215 186 0 0.10 0.22 0.06 32.83 0.62 0.83
Hex EF D7 BA 0 A 16 6 21 3E 53
Octal 357 327 272 0 12 26 6 41 76 123
Binary 11101111 11010111 10111010 0 1010 10110 110 100001 111110 1010011

Color Harmonies of #EFD7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7BA

Black with #EFD7BA

Text Example


Text Example

White with #EFD7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7BA; }

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

 H1.HeaderClassName
 {
   color: #EFD7BA;
 }
 .AnyTagClassName
 {
   color: #EFD7BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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