Html Css Color HEX #EFD6BA Pink Lady

📋 copy color: '#EFD6BA'

red 239 ◦ green 214 ◦ blue 186

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

Shades of Pink Lady #EFD6BA

Tints of Pink Lady #EFD6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.49%

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

R = 37.4%
G = 33.49%
B = 29.11%

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

#EFD6BA (or 0xEFD6BA) is known color: Pink Lady. HEX triplet: EF, D6 and BA. RGB value is (239,214,186). Sum of RGB (Red+Green+Blue) = 239+214+186=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6BA is #102945. Grayscale: #DADADA. Windows color (decimal): -1059142 or 12244719. OLE color: 12244719.

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

Color convert

RGB 239 214 186 -
CMYK 0 0.10 0.22 0.06
HSL 31.7º 0.62% 0.83% -
HSV(B) 31.7º 0.22% 0.94% -
XYZ 68.51 69.99 56.35 -
YUV 218.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 239 214 186 0 0.10 0.22 0.06 31.7 0.62 0.83
Hex EF D6 BA 0 A 16 6 20 3E 53
Octal 357 326 272 0 12 26 6 40 76 123
Binary 11101111 11010110 10111010 0 1010 10110 110 100000 111110 1010011

Color Harmonies of #EFD6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6BA

Black with #EFD6BA

Text Example


Text Example

White with #EFD6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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