Html Css Color HEX #EFAA6D Tacao

📋 copy color: '#EFAA6D'

red 239 ◦ green 170 ◦ blue 109

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

Shades of Tacao #EFAA6D

Tints of Tacao #EFAA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.04%

R = 46.14%
G = 32.82%
B = 21.04%

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

#EFAA6D (or 0xEFAA6D) is known color: Tacao. HEX triplet: EF, AA and 6D. RGB value is (239,170,109). Sum of RGB (Red+Green+Blue) = 239+170+109=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA6D is #105592. Grayscale: #B7B7B7. Windows color (decimal): -1070483 or 7187183. OLE color: 7187183.

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

Color convert

RGB 239 170 109 -
CMYK 0 0.29 0.54 0.06
HSL 28.15º 0.8% 0.68% -
HSV(B) 28.15º 0.54% 0.94% -
XYZ 52.73 48.2 20.99 -
YUV 183.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 239 170 109 0 0.29 0.54 0.06 28.15 0.8 0.68
Hex EF AA 6D 0 1D 36 6 1C 50 44
Octal 357 252 155 0 35 66 6 34 120 104
Binary 11101111 10101010 1101101 0 11101 110110 110 11100 1010000 1000100

Color Harmonies of #EFAA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA6D

Black with #EFAA6D

Text Example


Text Example

White with #EFAA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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