Html Css Color HEX #EFBEA0 Mandys Pink

📋 copy color: '#EFBEA0'

red 239 ◦ green 190 ◦ blue 160

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

Shades of Mandys Pink #EFBEA0

Tints of Mandys Pink #EFBEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.26%

 BLUE value IS 160 (62.89% from 255) = 27.16%

R = 40.58%
G = 32.26%
B = 27.16%

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

#EFBEA0 (or 0xEFBEA0) is known color: Mandys Pink. HEX triplet: EF, BE and A0. RGB value is (239,190,160). Sum of RGB (Red+Green+Blue) = 239+190+160=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBEA0 is #10415F. Grayscale: #C9C9C9. Windows color (decimal): -1065312 or 10534639. OLE color: 10534639.

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

Color convert

RGB 239 190 160 -
CMYK 0 0.21 0.33 0.06
HSL 22.78º 0.71% 0.78% -
HSV(B) 22.78º 0.33% 0.94% -
XYZ 60.36 57.72 41.22 -
YUV 201.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 239 190 160 0 0.21 0.33 0.06 22.78 0.71 0.78
Hex EF BE A0 0 15 21 6 17 47 4E
Octal 357 276 240 0 25 41 6 27 107 116
Binary 11101111 10111110 10100000 0 10101 100001 110 10111 1000111 1001110

Color Harmonies of #EFBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEA0

Black with #EFBEA0

Text Example


Text Example

White with #EFBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEA0; }

 p { color: rgb(239,190,160); }

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

background-color css

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

 a { background-color: rgb(239,190,160); }

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

border-color css

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

 span { border-color: rgb(239,190,160); }

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