Html Css Color HEX #EFBDA1 Mandys Pink

📋 copy color: '#EFBDA1'

red 239 ◦ green 189 ◦ blue 161

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

Shades of Mandys Pink #EFBDA1

Tints of Mandys Pink #EFBDA1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.09%

 BLUE value IS 161 (63.28% from 255) = 27.33%

R = 40.58%
G = 32.09%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFBDA1 (or 0xEFBDA1) is known color: Mandys Pink. HEX triplet: EF, BD and A1. RGB value is (239,189,161). Sum of RGB (Red+Green+Blue) = 239+189+161=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDA1 is #10425E. Grayscale: #C8C8C8. Windows color (decimal): -1065567 or 10599919. OLE color: 10599919.

HSL color Cylindrical-coordinate representation of color #EFBDA1: hue angle of 21.54º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFBDA1 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 161 -
CMYK 0 0.21 0.33 0.06
HSL 21.54º 0.71% 0.78% -
HSV(B) 21.54º 0.33% 0.94% -
XYZ 60.23 57.32 41.61 -
YUV 200.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 239 189 161 0 0.21 0.33 0.06 21.54 0.71 0.78
Hex EF BD A1 0 15 21 6 16 47 4E
Octal 357 275 241 0 25 41 6 26 107 116
Binary 11101111 10111101 10100001 0 10101 100001 110 10110 1000111 1001110

Color Harmonies of #EFBDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBDA1

Black with #EFBDA1

Text Example


Text Example

White with #EFBDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBDA1; }

 p { color: rgb(239,189,161); }

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

background-color css

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

 a { background-color: rgb(239,189,161); }

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

border-color css

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

 span { border-color: rgb(239,189,161); }

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