Html Css Color HEX #EFA376 Tacao

📋 copy color: '#EFA376'

red 239 ◦ green 163 ◦ blue 118

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

Shades of Tacao #EFA376

Tints of Tacao #EFA376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.35%

 BLUE value IS 118 (46.48% from 255) = 22.69%

R = 45.96%
G = 31.35%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFA376 (or 0xEFA376) is known color: Tacao. HEX triplet: EF, A3 and 76. RGB value is (239,163,118). Sum of RGB (Red+Green+Blue) = 239+163+118=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA376 is #105C89. Grayscale: #B4B4B4. Windows color (decimal): -1072266 or 7775215. OLE color: 7775215.

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

Color convert

RGB 239 163 118 -
CMYK 0 0.32 0.51 0.06
HSL 22.31º 0.79% 0.7% -
HSV(B) 22.31º 0.51% 0.94% -
XYZ 51.96 45.85 23.25 -
YUV 180.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 239 163 118 0 0.32 0.51 0.06 22.31 0.79 0.7
Hex EF A3 76 0 20 33 6 16 4F 46
Octal 357 243 166 0 40 63 6 26 117 106
Binary 11101111 10100011 1110110 0 100000 110011 110 10110 1001111 1000110

Color Harmonies of #EFA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA376

Black with #EFA376

Text Example


Text Example

White with #EFA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA376; }

 p { color: rgb(239,163,118); }

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

background-color css

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

 a { background-color: rgb(239,163,118); }

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

border-color css

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

 span { border-color: rgb(239,163,118); }

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