Html Css Color HEX #EBA679 Tacao

📋 copy color: '#EBA679'

red 235 ◦ green 166 ◦ blue 121

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

Shades of Tacao #EBA679

Tints of Tacao #EBA679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.18%

R = 45.02%
G = 31.8%
B = 23.18%

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

#EBA679 (or 0xEBA679) is known color: Tacao. HEX triplet: EB, A6 and 79. RGB value is (235,166,121). Sum of RGB (Red+Green+Blue) = 235+166+121=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA679 is #145986. Grayscale: #B5B5B5. Windows color (decimal): -1333639 or 7972587. OLE color: 7972587.

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

Color convert

RGB 235 166 121 -
CMYK 0 0.29 0.49 0.08
HSL 23.68º 0.74% 0.7% -
HSV(B) 23.68º 0.49% 0.92% -
XYZ 51.35 46.32 24.32 -
YUV 181.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 235 166 121 0 0.29 0.49 0.08 23.68 0.74 0.7
Hex EB A6 79 0 1D 31 8 18 4A 46
Octal 353 246 171 0 35 61 10 30 112 106
Binary 11101011 10100110 1111001 0 11101 110001 1000 11000 1001010 1000110

Color Harmonies of #EBA679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA679

Black with #EBA679

Text Example


Text Example

White with #EBA679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA679; }

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

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

background-color css

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

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

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

border-color css

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

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

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