Html Css Color HEX #EFD4B8 Pink Lady

📋 copy color: '#EFD4B8'

red 239 ◦ green 212 ◦ blue 184

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

Shades of Pink Lady #EFD4B8

Tints of Pink Lady #EFD4B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.98%

R = 37.64%
G = 33.39%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFD4B8 (or 0xEFD4B8) is known color: Pink Lady. HEX triplet: EF, D4 and B8. RGB value is (239,212,184). Sum of RGB (Red+Green+Blue) = 239+212+184=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 184 (72.27% from 255 or 28.98% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4B8 is #102B47. Grayscale: #D9D9D9. Windows color (decimal): -1059656 or 12113135. OLE color: 12113135.

HSL color Cylindrical-coordinate representation of color #EFD4B8: hue angle of 30.55º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFD4B8 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 184 -
CMYK 0 0.11 0.23 0.06
HSL 30.55º 0.63% 0.83% -
HSV(B) 30.55º 0.23% 0.94% -
XYZ 67.79 68.9 55.07 -
YUV 216.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 239 212 184 0 0.11 0.23 0.06 30.55 0.63 0.83
Hex EF D4 B8 0 B 17 6 1F 3F 53
Octal 357 324 270 0 13 27 6 37 77 123
Binary 11101111 11010100 10111000 0 1011 10111 110 11111 111111 1010011

Color Harmonies of #EFD4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4B8

Black with #EFD4B8

Text Example


Text Example

White with #EFD4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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