Html Css Color HEX #EFAC86 Tacao

📋 copy color: '#EFAC86'

red 239 ◦ green 172 ◦ blue 134

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

Shades of Tacao #EFAC86

Tints of Tacao #EFAC86

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.56%

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

R = 43.85%
G = 31.56%
B = 24.59%

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

#EFAC86 (or 0xEFAC86) is known color: Tacao. HEX triplet: EF, AC and 86. RGB value is (239,172,134). Sum of RGB (Red+Green+Blue) = 239+172+134=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC86 is #105379. Grayscale: #BBBBBB. Windows color (decimal): -1069946 or 8826095. OLE color: 8826095.

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

Color convert

RGB 239 172 134 -
CMYK 0 0.28 0.44 0.06
HSL 21.71º 0.77% 0.73% -
HSV(B) 21.71º 0.44% 0.94% -
XYZ 54.65 49.58 29.24 -
YUV 187.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 239 172 134 0 0.28 0.44 0.06 21.71 0.77 0.73
Hex EF AC 86 0 1C 2C 6 16 4D 49
Octal 357 254 206 0 34 54 6 26 115 111
Binary 11101111 10101100 10000110 0 11100 101100 110 10110 1001101 1001001

Color Harmonies of #EFAC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC86

Black with #EFAC86

Text Example


Text Example

White with #EFAC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC86; }

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

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

background-color css

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

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

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

border-color css

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

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

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