Html Css Color HEX #EFD3B4 Pink Lady

📋 copy color: '#EFD3B4'

red 239 ◦ green 211 ◦ blue 180

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

Shades of Pink Lady #EFD3B4

Tints of Pink Lady #EFD3B4

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.49%

 BLUE value IS 180 (70.7% from 255) = 28.57%

R = 37.94%
G = 33.49%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFD3B4 (or 0xEFD3B4) is known color: Pink Lady. HEX triplet: EF, D3 and B4. RGB value is (239,211,180). Sum of RGB (Red+Green+Blue) = 239+211+180=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3B4 is #102C4B. Grayscale: #D7D7D7. Windows color (decimal): -1059916 or 11850735. OLE color: 11850735.

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

Color convert

RGB 239 211 180 -
CMYK 0 0.12 0.25 0.06
HSL 31.53º 0.65% 0.82% -
HSV(B) 31.53º 0.25% 0.94% -
XYZ 67.13 68.23 52.81 -
YUV 215.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 239 211 180 0 0.12 0.25 0.06 31.53 0.65 0.82
Hex EF D3 B4 0 C 19 6 20 41 52
Octal 357 323 264 0 14 31 6 40 101 122
Binary 11101111 11010011 10110100 0 1100 11001 110 100000 1000001 1010010

Color Harmonies of #EFD3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3B4

Black with #EFD3B4

Text Example


Text Example

White with #EFD3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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