Html Css Color HEX #EFBA96 Mandys Pink

📋 copy color: '#EFBA96'

red 239 ◦ green 186 ◦ blue 150

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

Shades of Mandys Pink #EFBA96

Tints of Mandys Pink #EFBA96

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.35%

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

R = 41.57%
G = 32.35%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFBA96 (or 0xEFBA96) is known color: Mandys Pink. HEX triplet: EF, BA and 96. RGB value is (239,186,150). Sum of RGB (Red+Green+Blue) = 239+186+150=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA96 is #104569. Grayscale: #C5C5C5. Windows color (decimal): -1066346 or 9878255. OLE color: 9878255.

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

Color convert

RGB 239 186 150 -
CMYK 0 0.22 0.37 0.06
HSL 24.27º 0.74% 0.76% -
HSV(B) 24.27º 0.37% 0.94% -
XYZ 58.66 55.67 36.51 -
YUV 197.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 239 186 150 0 0.22 0.37 0.06 24.27 0.74 0.76
Hex EF BA 96 0 16 25 6 18 4A 4C
Octal 357 272 226 0 26 45 6 30 112 114
Binary 11101111 10111010 10010110 0 10110 100101 110 11000 1001010 1001100

Color Harmonies of #EFBA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA96

Black with #EFBA96

Text Example


Text Example

White with #EFBA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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