Html Css Color HEX #EFD4BA Pink Lady

📋 copy color: '#EFD4BA'

red 239 ◦ green 212 ◦ blue 186

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

Shades of Pink Lady #EFD4BA

Tints of Pink Lady #EFD4BA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.28%

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

R = 37.52%
G = 33.28%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFD4BA (or 0xEFD4BA) is known color: Pink Lady. HEX triplet: EF, D4 and BA. RGB value is (239,212,186). Sum of RGB (Red+Green+Blue) = 239+212+186=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4BA is #102B45. Grayscale: #D9D9D9. Windows color (decimal): -1059654 or 12244207. OLE color: 12244207.

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

Color convert

RGB 239 212 186 -
CMYK 0 0.11 0.22 0.06
HSL 29.43º 0.62% 0.83% -
HSV(B) 29.43º 0.22% 0.94% -
XYZ 68 68.98 56.19 -
YUV 217.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 239 212 186 0 0.11 0.22 0.06 29.43 0.62 0.83
Hex EF D4 BA 0 B 16 6 1D 3E 53
Octal 357 324 272 0 13 26 6 35 76 123
Binary 11101111 11010100 10111010 0 1011 10110 110 11101 111110 1010011

Color Harmonies of #EFD4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4BA

Black with #EFD4BA

Text Example


Text Example

White with #EFD4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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