Html Css Color HEX #EFB296 Mandys Pink

📋 copy color: '#EFB296'

red 239 ◦ green 178 ◦ blue 150

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

Shades of Mandys Pink #EFB296

Tints of Mandys Pink #EFB296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.39%

 BLUE value IS 150 (58.98% from 255) = 26.46%

R = 42.15%
G = 31.39%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFB296 (or 0xEFB296) is known color: Mandys Pink. HEX triplet: EF, B2 and 96. RGB value is (239,178,150). Sum of RGB (Red+Green+Blue) = 239+178+150=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB296 is #104D69. Grayscale: #C1C1C1. Windows color (decimal): -1068394 or 9876207. OLE color: 9876207.

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

Color convert

RGB 239 178 150 -
CMYK 0 0.26 0.37 0.06
HSL 18.88º 0.74% 0.76% -
HSV(B) 18.88º 0.37% 0.94% -
XYZ 57.02 52.39 35.96 -
YUV 193.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 239 178 150 0 0.26 0.37 0.06 18.88 0.74 0.76
Hex EF B2 96 0 1A 25 6 13 4A 4C
Octal 357 262 226 0 32 45 6 23 112 114
Binary 11101111 10110010 10010110 0 11010 100101 110 10011 1001010 1001100

Color Harmonies of #EFB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB296

Black with #EFB296

Text Example


Text Example

White with #EFB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB296; }

 p { color: rgb(239,178,150); }

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

background-color css

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

 a { background-color: rgb(239,178,150); }

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

border-color css

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

 span { border-color: rgb(239,178,150); }

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