Html Css Color HEX #EFAA76 Tacao

📋 copy color: '#EFAA76'

red 239 ◦ green 170 ◦ blue 118

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

Shades of Tacao #EFAA76

Tints of Tacao #EFAA76

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.26%

 BLUE value IS 118 (46.48% from 255) = 22.39%

R = 45.35%
G = 32.26%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFAA76 (or 0xEFAA76) is known color: Tacao. HEX triplet: EF, AA and 76. RGB value is (239,170,118). Sum of RGB (Red+Green+Blue) = 239+170+118=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA76 is #105589. Grayscale: #B8B8B8. Windows color (decimal): -1070474 or 7777007. OLE color: 7777007.

HSL color Cylindrical-coordinate representation of color #EFAA76: hue angle of 25.79º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFAA76 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 170 118 -
CMYK 0 0.29 0.51 0.06
HSL 25.79º 0.79% 0.7% -
HSV(B) 25.79º 0.51% 0.94% -
XYZ 53.24 48.41 23.68 -
YUV 184.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 239 170 118 0 0.29 0.51 0.06 25.79 0.79 0.7
Hex EF AA 76 0 1D 33 6 1A 4F 46
Octal 357 252 166 0 35 63 6 32 117 106
Binary 11101111 10101010 1110110 0 11101 110011 110 11010 1001111 1000110

Color Harmonies of #EFAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA76

Black with #EFAA76

Text Example


Text Example

White with #EFAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA76; }

 p { color: rgb(239,170,118); }

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

background-color css

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

 a { background-color: rgb(239,170,118); }

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

border-color css

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

 span { border-color: rgb(239,170,118); }

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