Html Css Color HEX #EFAB86 Tacao

📋 copy color: '#EFAB86'

red 239 ◦ green 171 ◦ blue 134

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

Shades of Tacao #EFAB86

Tints of Tacao #EFAB86

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.43%

 BLUE value IS 134 (52.73% from 255) = 24.63%

R = 43.93%
G = 31.43%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFAB86 (or 0xEFAB86) is known color: Tacao. HEX triplet: EF, AB and 86. RGB value is (239,171,134). Sum of RGB (Red+Green+Blue) = 239+171+134=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB86 is #105479. Grayscale: #BBBBBB. Windows color (decimal): -1070202 or 8825839. OLE color: 8825839.

HSL color Cylindrical-coordinate representation of color #EFAB86: hue angle of 21.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFAB86 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 134 -
CMYK 0 0.28 0.44 0.06
HSL 21.14º 0.77% 0.73% -
HSV(B) 21.14º 0.44% 0.94% -
XYZ 54.46 49.2 29.18 -
YUV 187.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 239 171 134 0 0.28 0.44 0.06 21.14 0.77 0.73
Hex EF AB 86 0 1C 2C 6 15 4D 49
Octal 357 253 206 0 34 54 6 25 115 111
Binary 11101111 10101011 10000110 0 11100 101100 110 10101 1001101 1001001

Color Harmonies of #EFAB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB86

Black with #EFAB86

Text Example


Text Example

White with #EFAB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB86; }

 p { color: rgb(239,171,134); }

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

background-color css

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

 a { background-color: rgb(239,171,134); }

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

border-color css

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

 span { border-color: rgb(239,171,134); }

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