Html Css Color HEX #EFD5B9 Pink Lady

📋 copy color: '#EFD5B9'

red 239 ◦ green 213 ◦ blue 185

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

Shades of Pink Lady #EFD5B9

Tints of Pink Lady #EFD5B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.04%

R = 37.52%
G = 33.44%
B = 29.04%

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

#EFD5B9 (or 0xEFD5B9) is known color: Pink Lady. HEX triplet: EF, D5 and B9. RGB value is (239,213,185). Sum of RGB (Red+Green+Blue) = 239+213+185=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5B9 is #102A46. Grayscale: #D9D9D9. Windows color (decimal): -1059399 or 12178927. OLE color: 12178927.

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

Color convert

RGB 239 213 185 -
CMYK 0 0.11 0.23 0.06
HSL 31.11º 0.63% 0.83% -
HSV(B) 31.11º 0.23% 0.94% -
XYZ 68.15 69.44 55.71 -
YUV 217.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 239 213 185 0 0.11 0.23 0.06 31.11 0.63 0.83
Hex EF D5 B9 0 B 17 6 1F 3F 53
Octal 357 325 271 0 13 27 6 37 77 123
Binary 11101111 11010101 10111001 0 1011 10111 110 11111 111111 1010011

Color Harmonies of #EFD5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5B9

Black with #EFD5B9

Text Example


Text Example

White with #EFD5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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