Html Css Color HEX #EBA76F Tacao

📋 copy color: '#EBA76F'

red 235 ◦ green 167 ◦ blue 111

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

Shades of Tacao #EBA76F

Tints of Tacao #EBA76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.64%

R = 45.81%
G = 32.55%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBA76F (or 0xEBA76F) is known color: Tacao. HEX triplet: EB, A7 and 6F. RGB value is (235,167,111). Sum of RGB (Red+Green+Blue) = 235+167+111=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA76F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA76F is #145890. Grayscale: #B5B5B5. Windows color (decimal): -1333393 or 7317483. OLE color: 7317483.

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

Color convert

RGB 235 167 111 -
CMYK 0 0.29 0.53 0.08
HSL 27.1º 0.76% 0.68% -
HSV(B) 27.1º 0.53% 0.92% -
XYZ 50.95 46.45 21.32 -
YUV 180.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 235 167 111 0 0.29 0.53 0.08 27.1 0.76 0.68
Hex EB A7 6F 0 1D 35 8 1B 4C 44
Octal 353 247 157 0 35 65 10 33 114 104
Binary 11101011 10100111 1101111 0 11101 110101 1000 11011 1001100 1000100

Color Harmonies of #EBA76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA76F

Black with #EBA76F

Text Example


Text Example

White with #EBA76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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