Html Css Color HEX #EFA971 Tacao

📋 copy color: '#EFA971'

red 239 ◦ green 169 ◦ blue 113

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

Shades of Tacao #EFA971

Tints of Tacao #EFA971

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.44%

 BLUE value IS 113 (44.53% from 255) = 21.69%

R = 45.87%
G = 32.44%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFA971 (or 0xEFA971) is known color: Tacao. HEX triplet: EF, A9 and 71. RGB value is (239,169,113). Sum of RGB (Red+Green+Blue) = 239+169+113=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA971 is #10568E. Grayscale: #B7B7B7. Windows color (decimal): -1070735 or 7449071. OLE color: 7449071.

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

Color convert

RGB 239 169 113 -
CMYK 0 0.29 0.53 0.06
HSL 26.67º 0.8% 0.69% -
HSV(B) 26.67º 0.53% 0.94% -
XYZ 52.77 47.92 22.09 -
YUV 183.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 239 169 113 0 0.29 0.53 0.06 26.67 0.8 0.69
Hex EF A9 71 0 1D 35 6 1B 50 45
Octal 357 251 161 0 35 65 6 33 120 105
Binary 11101111 10101001 1110001 0 11101 110101 110 11011 1010000 1000101

Color Harmonies of #EFA971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA971

Black with #EFA971

Text Example


Text Example

White with #EFA971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA971; }

 p { color: rgb(239,169,113); }

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

background-color css

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

 a { background-color: rgb(239,169,113); }

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

border-color css

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

 span { border-color: rgb(239,169,113); }

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