Html Css Color HEX #EBA674 Tacao

📋 copy color: '#EBA674'

red 235 ◦ green 166 ◦ blue 116

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

Shades of Tacao #EBA674

Tints of Tacao #EBA674

RGB

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

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

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

R = 45.45%
G = 32.11%
B = 22.44%

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

#EBA674 (or 0xEBA674) is known color: Tacao. HEX triplet: EB, A6 and 74. RGB value is (235,166,116). Sum of RGB (Red+Green+Blue) = 235+166+116=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA674 is #14598B. Grayscale: #B5B5B5. Windows color (decimal): -1333644 or 7644907. OLE color: 7644907.

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

Color convert

RGB 235 166 116 -
CMYK 0 0.29 0.51 0.08
HSL 25.21º 0.75% 0.69% -
HSV(B) 25.21º 0.51% 0.92% -
XYZ 51.05 46.2 22.75 -
YUV 180.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 235 166 116 0 0.29 0.51 0.08 25.21 0.75 0.69
Hex EB A6 74 0 1D 33 8 19 4B 45
Octal 353 246 164 0 35 63 10 31 113 105
Binary 11101011 10100110 1110100 0 11101 110011 1000 11001 1001011 1000101

Color Harmonies of #EBA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA674

Black with #EBA674

Text Example


Text Example

White with #EBA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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