Html Css Color HEX #EBAA74 Tacao

📋 copy color: '#EBAA74'

red 235 ◦ green 170 ◦ blue 116

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

Shades of Tacao #EBAA74

Tints of Tacao #EBAA74

RGB

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

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

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

R = 45.11%
G = 32.63%
B = 22.26%

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

#EBAA74 (or 0xEBAA74) is known color: Tacao. HEX triplet: EB, AA and 74. RGB value is (235,170,116). Sum of RGB (Red+Green+Blue) = 235+170+116=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA74 is #14558B. Grayscale: #B7B7B7. Windows color (decimal): -1332620 or 7645931. OLE color: 7645931.

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

Color convert

RGB 235 170 116 -
CMYK 0 0.28 0.51 0.08
HSL 27.23º 0.75% 0.69% -
HSV(B) 27.23º 0.51% 0.92% -
XYZ 51.79 47.67 23 -
YUV 183.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 235 170 116 0 0.28 0.51 0.08 27.23 0.75 0.69
Hex EB AA 74 0 1C 33 8 1B 4B 45
Octal 353 252 164 0 34 63 10 33 113 105
Binary 11101011 10101010 1110100 0 11100 110011 1000 11011 1001011 1000101

Color Harmonies of #EBAA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA74

Black with #EBAA74

Text Example


Text Example

White with #EBAA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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