Html Css Color HEX #EBA774 Tacao

📋 copy color: '#EBA774'

red 235 ◦ green 167 ◦ blue 116

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

Shades of Tacao #EBA774

Tints of Tacao #EBA774

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.24%

 BLUE value IS 116 (45.7% from 255) = 22.39%

R = 45.37%
G = 32.24%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBA774 (or 0xEBA774) is known color: Tacao. HEX triplet: EB, A7 and 74. RGB value is (235,167,116). Sum of RGB (Red+Green+Blue) = 235+167+116=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA774 is #14588B. Grayscale: #B5B5B5. Windows color (decimal): -1333388 or 7645163. OLE color: 7645163.

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

Color convert

RGB 235 167 116 -
CMYK 0 0.29 0.51 0.08
HSL 25.71º 0.75% 0.69% -
HSV(B) 25.71º 0.51% 0.92% -
XYZ 51.23 46.56 22.81 -
YUV 181.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 235 167 116 0 0.29 0.51 0.08 25.71 0.75 0.69
Hex EB A7 74 0 1D 33 8 1A 4B 45
Octal 353 247 164 0 35 63 10 32 113 105
Binary 11101011 10100111 1110100 0 11101 110011 1000 11010 1001011 1000101

Color Harmonies of #EBA774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA774

Black with #EBA774

Text Example


Text Example

White with #EBA774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA774; }

 p { color: rgb(235,167,116); }

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

background-color css

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

 a { background-color: rgb(235,167,116); }

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

border-color css

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

 span { border-color: rgb(235,167,116); }

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