Html Css Color HEX #EFA477 Tacao

📋 copy color: '#EFA477'

red 239 ◦ green 164 ◦ blue 119

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

Shades of Tacao #EFA477

Tints of Tacao #EFA477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.42%

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

R = 45.79%
G = 31.42%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFA477 (or 0xEFA477) is known color: Tacao. HEX triplet: EF, A4 and 77. RGB value is (239,164,119). Sum of RGB (Red+Green+Blue) = 239+164+119=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA477 is #105B88. Grayscale: #B5B5B5. Windows color (decimal): -1072009 or 7841007. OLE color: 7841007.

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

Color convert

RGB 239 164 119 -
CMYK 0 0.31 0.50 0.06
HSL 22.5º 0.79% 0.7% -
HSV(B) 22.5º 0.5% 0.94% -
XYZ 52.2 46.23 23.63 -
YUV 181.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 239 164 119 0 0.31 0.50 0.06 22.5 0.79 0.7
Hex EF A4 77 0 1F 32 6 16 4F 46
Octal 357 244 167 0 37 62 6 26 117 106
Binary 11101111 10100100 1110111 0 11111 110010 110 10110 1001111 1000110

Color Harmonies of #EFA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA477

Black with #EFA477

Text Example


Text Example

White with #EFA477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA477; }

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

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

background-color css

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

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

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

border-color css

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

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

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