Html Css Color HEX #EBA670 Tacao

📋 copy color: '#EBA670'

red 235 ◦ green 166 ◦ blue 112

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

Shades of Tacao #EBA670

Tints of Tacao #EBA670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 45.81%
G = 32.36%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBA670 (or 0xEBA670) is known color: Tacao. HEX triplet: EB, A6 and 70. RGB value is (235,166,112). Sum of RGB (Red+Green+Blue) = 235+166+112=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA670 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA670 is #14598F. Grayscale: #B4B4B4. Windows color (decimal): -1333648 or 7382763. OLE color: 7382763.

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

Color convert

RGB 235 166 112 -
CMYK 0 0.29 0.52 0.08
HSL 26.34º 0.75% 0.68% -
HSV(B) 26.34º 0.52% 0.92% -
XYZ 50.82 46.1 21.55 -
YUV 180.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 235 166 112 0 0.29 0.52 0.08 26.34 0.75 0.68
Hex EB A6 70 0 1D 34 8 1A 4B 44
Octal 353 246 160 0 35 64 10 32 113 104
Binary 11101011 10100110 1110000 0 11101 110100 1000 11010 1001011 1000100

Color Harmonies of #EBA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA670

Black with #EBA670

Text Example


Text Example

White with #EBA670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA670; }

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

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

background-color css

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

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

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

border-color css

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

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

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