Html Css Color HEX #EFAD77 Tacao

📋 copy color: '#EFAD77'

red 239 ◦ green 173 ◦ blue 119

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

Shades of Tacao #EFAD77

Tints of Tacao #EFAD77

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.58%

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

R = 45.01%
G = 32.58%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFAD77 (or 0xEFAD77) is known color: Tacao. HEX triplet: EF, AD and 77. RGB value is (239,173,119). Sum of RGB (Red+Green+Blue) = 239+173+119=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAD77 is #105288. Grayscale: #BABABA. Windows color (decimal): -1069705 or 7843311. OLE color: 7843311.

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

Color convert

RGB 239 173 119 -
CMYK 0 0.28 0.50 0.06
HSL 27º 0.79% 0.7% -
HSV(B) 27º 0.5% 0.94% -
XYZ 53.87 49.57 24.18 -
YUV 186.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 239 173 119 0 0.28 0.50 0.06 27 0.79 0.7
Hex EF AD 77 0 1C 32 6 1B 4F 46
Octal 357 255 167 0 34 62 6 33 117 106
Binary 11101111 10101101 1110111 0 11100 110010 110 11011 1001111 1000110

Color Harmonies of #EFAD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD77

Black with #EFAD77

Text Example


Text Example

White with #EFAD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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