Html Css Color HEX #EFAA74 Tacao

📋 copy color: '#EFAA74'

red 239 ◦ green 170 ◦ blue 116

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

Shades of Tacao #EFAA74

Tints of Tacao #EFAA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.1%

R = 45.52%
G = 32.38%
B = 22.1%

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

#EFAA74 (or 0xEFAA74) is known color: Tacao. HEX triplet: EF, AA and 74. RGB value is (239,170,116). Sum of RGB (Red+Green+Blue) = 239+170+116=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA74 is #10558B. Grayscale: #B8B8B8. Windows color (decimal): -1070476 or 7645935. OLE color: 7645935.

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

Color convert

RGB 239 170 116 -
CMYK 0 0.29 0.51 0.06
HSL 26.34º 0.79% 0.7% -
HSV(B) 26.34º 0.51% 0.94% -
XYZ 53.12 48.36 23.06 -
YUV 184.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 239 170 116 0 0.29 0.51 0.06 26.34 0.79 0.7
Hex EF AA 74 0 1D 33 6 1A 4F 46
Octal 357 252 164 0 35 63 6 32 117 106
Binary 11101111 10101010 1110100 0 11101 110011 110 11010 1001111 1000110

Color Harmonies of #EFAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA74

Black with #EFAA74

Text Example


Text Example

White with #EFAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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