Html Css Color HEX #EFAA6F Tacao

📋 copy color: '#EFAA6F'

red 239 ◦ green 170 ◦ blue 111

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

Shades of Tacao #EFAA6F

Tints of Tacao #EFAA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.35%

R = 45.96%
G = 32.69%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFAA6F (or 0xEFAA6F) is known color: Tacao. HEX triplet: EF, AA and 6F. RGB value is (239,170,111). Sum of RGB (Red+Green+Blue) = 239+170+111=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA6F is #105590. Grayscale: #B8B8B8. Windows color (decimal): -1070481 or 7318255. OLE color: 7318255.

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

Color convert

RGB 239 170 111 -
CMYK 0 0.29 0.54 0.06
HSL 27.66º 0.8% 0.69% -
HSV(B) 27.66º 0.54% 0.94% -
XYZ 52.84 48.25 21.57 -
YUV 183.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 239 170 111 0 0.29 0.54 0.06 27.66 0.8 0.69
Hex EF AA 6F 0 1D 36 6 1C 50 45
Octal 357 252 157 0 35 66 6 34 120 105
Binary 11101111 10101010 1101111 0 11101 110110 110 11100 1010000 1000101

Color Harmonies of #EFAA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA6F

Black with #EFAA6F

Text Example


Text Example

White with #EFAA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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