Html Css Color HEX #EFA982 Tacao

📋 copy color: '#EFA982'

red 239 ◦ green 169 ◦ blue 130

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

Shades of Tacao #EFA982

Tints of Tacao #EFA982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.16%

R = 44.42%
G = 31.41%
B = 24.16%

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

#EFA982 (or 0xEFA982) is known color: Tacao. HEX triplet: EF, A9 and 82. RGB value is (239,169,130). Sum of RGB (Red+Green+Blue) = 239+169+130=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA982 is #10567D. Grayscale: #B9B9B9. Windows color (decimal): -1070718 or 8563183. OLE color: 8563183.

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

Color convert

RGB 239 169 130 -
CMYK 0 0.29 0.46 0.06
HSL 21.47º 0.77% 0.72% -
HSV(B) 21.47º 0.46% 0.94% -
XYZ 53.81 48.34 27.61 -
YUV 185.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 239 169 130 0 0.29 0.46 0.06 21.47 0.77 0.72
Hex EF A9 82 0 1D 2E 6 15 4D 48
Octal 357 251 202 0 35 56 6 25 115 110
Binary 11101111 10101001 10000010 0 11101 101110 110 10101 1001101 1001000

Color Harmonies of #EFA982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA982

Black with #EFA982

Text Example


Text Example

White with #EFA982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA982; }

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

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

background-color css

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

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

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

border-color css

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

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

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