Html Css Color HEX #EFB495 Mandys Pink

📋 copy color: '#EFB495'

red 239 ◦ green 180 ◦ blue 149

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

Shades of Mandys Pink #EFB495

Tints of Mandys Pink #EFB495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.69%

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

R = 42.08%
G = 31.69%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFB495 (or 0xEFB495) is known color: Mandys Pink. HEX triplet: EF, B4 and 95. RGB value is (239,180,149). Sum of RGB (Red+Green+Blue) = 239+180+149=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB495 is #104B6A. Grayscale: #C2C2C2. Windows color (decimal): -1067883 or 9811183. OLE color: 9811183.

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

Color convert

RGB 239 180 149 -
CMYK 0 0.25 0.38 0.06
HSL 20.67º 0.74% 0.76% -
HSV(B) 20.67º 0.38% 0.94% -
XYZ 57.34 53.16 35.67 -
YUV 194.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 239 180 149 0 0.25 0.38 0.06 20.67 0.74 0.76
Hex EF B4 95 0 19 26 6 15 4A 4C
Octal 357 264 225 0 31 46 6 25 112 114
Binary 11101111 10110100 10010101 0 11001 100110 110 10101 1001010 1001100

Color Harmonies of #EFB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB495

Black with #EFB495

Text Example


Text Example

White with #EFB495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB495; }

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

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

background-color css

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

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

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

border-color css

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

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

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