Html Css Color HEX #EFA976 Tacao

📋 copy color: '#EFA976'

red 239 ◦ green 169 ◦ blue 118

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

Shades of Tacao #EFA976

Tints of Tacao #EFA976

RGB

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

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

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

R = 45.44%
G = 32.13%
B = 22.43%

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

#EFA976 (or 0xEFA976) is known color: Tacao. HEX triplet: EF, A9 and 76. RGB value is (239,169,118). Sum of RGB (Red+Green+Blue) = 239+169+118=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA976 is #105689. Grayscale: #B8B8B8. Windows color (decimal): -1070730 or 7776751. OLE color: 7776751.

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

Color convert

RGB 239 169 118 -
CMYK 0 0.29 0.51 0.06
HSL 25.29º 0.79% 0.7% -
HSV(B) 25.29º 0.51% 0.94% -
XYZ 53.05 48.03 23.61 -
YUV 184.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 239 169 118 0 0.29 0.51 0.06 25.29 0.79 0.7
Hex EF A9 76 0 1D 33 6 19 4F 46
Octal 357 251 166 0 35 63 6 31 117 106
Binary 11101111 10101001 1110110 0 11101 110011 110 11001 1001111 1000110

Color Harmonies of #EFA976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA976

Black with #EFA976

Text Example


Text Example

White with #EFA976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA976; }

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

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

background-color css

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

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

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

border-color css

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

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

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