Html Css Color HEX #EFD5B5 Pink Lady

📋 copy color: '#EFD5B5'

red 239 ◦ green 213 ◦ blue 181

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

Shades of Pink Lady #EFD5B5

Tints of Pink Lady #EFD5B5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.65%

 BLUE value IS 181 (71.09% from 255) = 28.59%

R = 37.76%
G = 33.65%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFD5B5 (or 0xEFD5B5) is known color: Pink Lady. HEX triplet: EF, D5 and B5. RGB value is (239,213,181). Sum of RGB (Red+Green+Blue) = 239+213+181=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5B5 is #102A4A. Grayscale: #D9D9D9. Windows color (decimal): -1059403 or 11916783. OLE color: 11916783.

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

Color convert

RGB 239 213 181 -
CMYK 0 0.11 0.24 0.06
HSL 33.1º 0.64% 0.82% -
HSV(B) 33.1º 0.24% 0.94% -
XYZ 67.73 69.28 53.52 -
YUV 217.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 239 213 181 0 0.11 0.24 0.06 33.1 0.64 0.82
Hex EF D5 B5 0 B 18 6 21 40 52
Octal 357 325 265 0 13 30 6 41 100 122
Binary 11101111 11010101 10110101 0 1011 11000 110 100001 1000000 1010010

Color Harmonies of #EFD5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5B5

Black with #EFD5B5

Text Example


Text Example

White with #EFD5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5B5; }

 p { color: rgb(239,213,181); }

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

background-color css

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

 a { background-color: rgb(239,213,181); }

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

border-color css

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

 span { border-color: rgb(239,213,181); }

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