Html Css Color HEX #EFAA85 Tacao

📋 copy color: '#EFAA85'

red 239 ◦ green 170 ◦ blue 133

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

Shades of Tacao #EFAA85

Tints of Tacao #EFAA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.54%

R = 44.1%
G = 31.37%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFAA85 (or 0xEFAA85) is known color: Tacao. HEX triplet: EF, AA and 85. RGB value is (239,170,133). Sum of RGB (Red+Green+Blue) = 239+170+133=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA85 is #10557A. Grayscale: #BABABA. Windows color (decimal): -1070459 or 8760047. OLE color: 8760047.

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

Color convert

RGB 239 170 133 -
CMYK 0 0.29 0.44 0.06
HSL 20.94º 0.77% 0.73% -
HSV(B) 20.94º 0.44% 0.94% -
XYZ 54.2 48.79 28.75 -
YUV 186.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 239 170 133 0 0.29 0.44 0.06 20.94 0.77 0.73
Hex EF AA 85 0 1D 2C 6 15 4D 49
Octal 357 252 205 0 35 54 6 25 115 111
Binary 11101111 10101010 10000101 0 11101 101100 110 10101 1001101 1001001

Color Harmonies of #EFAA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA85

Black with #EFAA85

Text Example


Text Example

White with #EFAA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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