Html Css Color HEX #EFD2BA Pink Lady

📋 copy color: '#EFD2BA'

red 239 ◦ green 210 ◦ blue 186

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

Shades of Pink Lady #EFD2BA

Tints of Pink Lady #EFD2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.07%

 BLUE value IS 186 (73.05% from 255) = 29.29%

R = 37.64%
G = 33.07%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFD2BA (or 0xEFD2BA) is known color: Pink Lady. HEX triplet: EF, D2 and BA. RGB value is (239,210,186). Sum of RGB (Red+Green+Blue) = 239+210+186=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2BA is #102D45. Grayscale: #D8D8D8. Windows color (decimal): -1060166 or 12243695. OLE color: 12243695.

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

Color convert

RGB 239 210 186 -
CMYK 0 0.12 0.22 0.06
HSL 27.17º 0.62% 0.83% -
HSV(B) 27.17º 0.22% 0.94% -
XYZ 67.51 67.99 56.02 -
YUV 215.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 239 210 186 0 0.12 0.22 0.06 27.17 0.62 0.83
Hex EF D2 BA 0 C 16 6 1B 3E 53
Octal 357 322 272 0 14 26 6 33 76 123
Binary 11101111 11010010 10111010 0 1100 10110 110 11011 111110 1010011

Color Harmonies of #EFD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2BA

Black with #EFD2BA

Text Example


Text Example

White with #EFD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2BA; }

 p { color: rgb(239,210,186); }

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

background-color css

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

 a { background-color: rgb(239,210,186); }

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

border-color css

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

 span { border-color: rgb(239,210,186); }

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