Html Css Color HEX #EFD5B2 Pink Lady

📋 copy color: '#EFD5B2'

red 239 ◦ green 213 ◦ blue 178

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

Shades of Pink Lady #EFD5B2

Tints of Pink Lady #EFD5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.25%

R = 37.94%
G = 33.81%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFD5B2 (or 0xEFD5B2) is known color: Pink Lady. HEX triplet: EF, D5 and B2. RGB value is (239,213,178). Sum of RGB (Red+Green+Blue) = 239+213+178=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD5B2 is #102A4D. Grayscale: #D8D8D8. Windows color (decimal): -1059406 or 11720175. OLE color: 11720175.

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

Color convert

RGB 239 213 178 -
CMYK 0 0.11 0.26 0.06
HSL 34.43º 0.66% 0.82% -
HSV(B) 34.43º 0.26% 0.94% -
XYZ 67.43 69.15 51.91 -
YUV 216.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 239 213 178 0 0.11 0.26 0.06 34.43 0.66 0.82
Hex EF D5 B2 0 B 1A 6 22 42 52
Octal 357 325 262 0 13 32 6 42 102 122
Binary 11101111 11010101 10110010 0 1011 11010 110 100010 1000010 1010010

Color Harmonies of #EFD5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5B2

Black with #EFD5B2

Text Example


Text Example

White with #EFD5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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