Html Css Color HEX #EBA672 Tacao

📋 copy color: '#EBA672'

red 235 ◦ green 166 ◦ blue 114

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

Shades of Tacao #EBA672

Tints of Tacao #EBA672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.14%

R = 45.63%
G = 32.23%
B = 22.14%

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

#EBA672 (or 0xEBA672) is known color: Tacao. HEX triplet: EB, A6 and 72. RGB value is (235,166,114). Sum of RGB (Red+Green+Blue) = 235+166+114=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA672 is #14598D. Grayscale: #B4B4B4. Windows color (decimal): -1333646 or 7513835. OLE color: 7513835.

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

Color convert

RGB 235 166 114 -
CMYK 0 0.29 0.51 0.08
HSL 25.79º 0.75% 0.68% -
HSV(B) 25.79º 0.51% 0.92% -
XYZ 50.93 46.15 22.14 -
YUV 180.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 235 166 114 0 0.29 0.51 0.08 25.79 0.75 0.68
Hex EB A6 72 0 1D 33 8 1A 4B 44
Octal 353 246 162 0 35 63 10 32 113 104
Binary 11101011 10100110 1110010 0 11101 110011 1000 11010 1001011 1000100

Color Harmonies of #EBA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA672

Black with #EBA672

Text Example


Text Example

White with #EBA672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA672; }

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

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

background-color css

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

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

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

border-color css

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

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

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