Html Css Color HEX #EFA980 Tacao

📋 copy color: '#EFA980'

red 239 ◦ green 169 ◦ blue 128

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

Shades of Tacao #EFA980

Tints of Tacao #EFA980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.88%

R = 44.59%
G = 31.53%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFA980 (or 0xEFA980) is known color: Tacao. HEX triplet: EF, A9 and 80. RGB value is (239,169,128). Sum of RGB (Red+Green+Blue) = 239+169+128=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA980 is #10567F. Grayscale: #B9B9B9. Windows color (decimal): -1070720 or 8432111. OLE color: 8432111.

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

Color convert

RGB 239 169 128 -
CMYK 0 0.29 0.46 0.06
HSL 22.16º 0.78% 0.72% -
HSV(B) 22.16º 0.46% 0.94% -
XYZ 53.68 48.29 26.91 -
YUV 185.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 239 169 128 0 0.29 0.46 0.06 22.16 0.78 0.72
Hex EF A9 80 0 1D 2E 6 16 4E 48
Octal 357 251 200 0 35 56 6 26 116 110
Binary 11101111 10101001 10000000 0 11101 101110 110 10110 1001110 1001000

Color Harmonies of #EFA980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA980

Black with #EFA980

Text Example


Text Example

White with #EFA980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA980; }

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

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

background-color css

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

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

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

border-color css

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

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

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