Html Css Color HEX #EBAA73 Tacao

📋 copy color: '#EBAA73'

red 235 ◦ green 170 ◦ blue 115

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

Shades of Tacao #EBAA73

Tints of Tacao #EBAA73

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.69%

 BLUE value IS 115 (45.31% from 255) = 22.12%

R = 45.19%
G = 32.69%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBAA73 (or 0xEBAA73) is known color: Tacao. HEX triplet: EB, AA and 73. RGB value is (235,170,115). Sum of RGB (Red+Green+Blue) = 235+170+115=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA73 is #14558C. Grayscale: #B7B7B7. Windows color (decimal): -1332621 or 7580395. OLE color: 7580395.

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

Color convert

RGB 235 170 115 -
CMYK 0 0.28 0.51 0.08
HSL 27.5º 0.75% 0.69% -
HSV(B) 27.5º 0.51% 0.92% -
XYZ 51.73 47.65 22.69 -
YUV 183.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 235 170 115 0 0.28 0.51 0.08 27.5 0.75 0.69
Hex EB AA 73 0 1C 33 8 1C 4B 45
Octal 353 252 163 0 34 63 10 34 113 105
Binary 11101011 10101010 1110011 0 11100 110011 1000 11100 1001011 1000101

Color Harmonies of #EBAA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA73

Black with #EBAA73

Text Example


Text Example

White with #EBAA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA73; }

 p { color: rgb(235,170,115); }

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

background-color css

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

 a { background-color: rgb(235,170,115); }

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

border-color css

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

 span { border-color: rgb(235,170,115); }

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