Html Css Color HEX #EFB995 Mandys Pink

📋 copy color: '#EFB995'

red 239 ◦ green 185 ◦ blue 149

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

Shades of Mandys Pink #EFB995

Tints of Mandys Pink #EFB995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.29%

 BLUE value IS 149 (58.59% from 255) = 26%

R = 41.71%
G = 32.29%
B = 26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFB995 (or 0xEFB995) is known color: Mandys Pink. HEX triplet: EF, B9 and 95. RGB value is (239,185,149). Sum of RGB (Red+Green+Blue) = 239+185+149=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB995 is #10466A. Grayscale: #C5C5C5. Windows color (decimal): -1066603 or 9812463. OLE color: 9812463.

HSL color Cylindrical-coordinate representation of color #EFB995: hue angle of 24º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFB995 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 149 -
CMYK 0 0.23 0.38 0.06
HSL 24º 0.74% 0.76% -
HSV(B) 24º 0.38% 0.94% -
XYZ 58.37 55.22 36.02 -
YUV 197.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 239 185 149 0 0.23 0.38 0.06 24 0.74 0.76
Hex EF B9 95 0 17 26 6 18 4A 4C
Octal 357 271 225 0 27 46 6 30 112 114
Binary 11101111 10111001 10010101 0 10111 100110 110 11000 1001010 1001100

Color Harmonies of #EFB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB995

Black with #EFB995

Text Example


Text Example

White with #EFB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB995; }

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

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

background-color css

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

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

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

border-color css

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

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

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