Html Css Color HEX #EBA770 Tacao

📋 copy color: '#EBA770'

red 235 ◦ green 167 ◦ blue 112

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

Shades of Tacao #EBA770

Tints of Tacao #EBA770

RGB

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

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

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

R = 45.72%
G = 32.49%
B = 21.79%

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

#EBA770 (or 0xEBA770) is known color: Tacao. HEX triplet: EB, A7 and 70. RGB value is (235,167,112). Sum of RGB (Red+Green+Blue) = 235+167+112=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA770 is #14588F. Grayscale: #B5B5B5. Windows color (decimal): -1333392 or 7383019. OLE color: 7383019.

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

Color convert

RGB 235 167 112 -
CMYK 0 0.29 0.52 0.08
HSL 26.83º 0.75% 0.68% -
HSV(B) 26.83º 0.52% 0.92% -
XYZ 51 46.47 21.61 -
YUV 181.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 235 167 112 0 0.29 0.52 0.08 26.83 0.75 0.68
Hex EB A7 70 0 1D 34 8 1B 4B 44
Octal 353 247 160 0 35 64 10 33 113 104
Binary 11101011 10100111 1110000 0 11101 110100 1000 11011 1001011 1000100

Color Harmonies of #EBA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA770

Black with #EBA770

Text Example


Text Example

White with #EBA770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA770; }

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

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

background-color css

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

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

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

border-color css

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

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

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