Html Css Color HEX #EBA677 Tacao

📋 copy color: '#EBA677'

red 235 ◦ green 166 ◦ blue 119

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

Shades of Tacao #EBA677

Tints of Tacao #EBA677

RGB

 RED value IS 235 (92.19% from 255) = 45.19%

 GREEN value IS 166 (65.23% from 255) = 31.92%

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

R = 45.19%
G = 31.92%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBA677 (or 0xEBA677) is known color: Tacao. HEX triplet: EB, A6 and 77. RGB value is (235,166,119). Sum of RGB (Red+Green+Blue) = 235+166+119=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA677 is #145988. Grayscale: #B5B5B5. Windows color (decimal): -1333641 or 7841515. OLE color: 7841515.

HSL color Cylindrical-coordinate representation of color #EBA677: hue angle of 24.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBA677 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 119 -
CMYK 0 0.29 0.49 0.08
HSL 24.31º 0.74% 0.69% -
HSV(B) 24.31º 0.49% 0.92% -
XYZ 51.23 46.27 23.68 -
YUV 181.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 235 166 119 0 0.29 0.49 0.08 24.31 0.74 0.69
Hex EB A6 77 0 1D 31 8 18 4A 45
Octal 353 246 167 0 35 61 10 30 112 105
Binary 11101011 10100110 1110111 0 11101 110001 1000 11000 1001010 1000101

Color Harmonies of #EBA677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA677

Black with #EBA677

Text Example


Text Example

White with #EBA677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA677; }

 p { color: rgb(235,166,119); }

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

background-color css

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

 a { background-color: rgb(235,166,119); }

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

border-color css

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

 span { border-color: rgb(235,166,119); }

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