Html Css Color HEX #EFA977 Tacao

📋 copy color: '#EFA977'

red 239 ◦ green 169 ◦ blue 119

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

Shades of Tacao #EFA977

Tints of Tacao #EFA977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.58%

R = 45.35%
G = 32.07%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFA977 (or 0xEFA977) is known color: Tacao. HEX triplet: EF, A9 and 77. RGB value is (239,169,119). Sum of RGB (Red+Green+Blue) = 239+169+119=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA977 is #105688. Grayscale: #B8B8B8. Windows color (decimal): -1070729 or 7842287. OLE color: 7842287.

HSL color Cylindrical-coordinate representation of color #EFA977: hue angle of 25º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFA977 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 169 119 -
CMYK 0 0.29 0.50 0.06
HSL 25º 0.79% 0.7% -
HSV(B) 25º 0.5% 0.94% -
XYZ 53.11 48.06 23.93 -
YUV 184.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 239 169 119 0 0.29 0.50 0.06 25 0.79 0.7
Hex EF A9 77 0 1D 32 6 19 4F 46
Octal 357 251 167 0 35 62 6 31 117 106
Binary 11101111 10101001 1110111 0 11101 110010 110 11001 1001111 1000110

Color Harmonies of #EFA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA977

Black with #EFA977

Text Example


Text Example

White with #EFA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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