Html Css Color HEX #EBA76E Tacao

📋 copy color: '#EBA76E'

red 235 ◦ green 167 ◦ blue 110

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

Shades of Tacao #EBA76E

Tints of Tacao #EBA76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.48%

R = 45.9%
G = 32.62%
B = 21.48%

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

#EBA76E (or 0xEBA76E) is known color: Tacao. HEX triplet: EB, A7 and 6E. RGB value is (235,167,110). Sum of RGB (Red+Green+Blue) = 235+167+110=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA76E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA76E is #145891. Grayscale: #B5B5B5. Windows color (decimal): -1333394 or 7251947. OLE color: 7251947.

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

Color convert

RGB 235 167 110 -
CMYK 0 0.29 0.53 0.08
HSL 27.36º 0.76% 0.68% -
HSV(B) 27.36º 0.53% 0.92% -
XYZ 50.89 46.43 21.03 -
YUV 180.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 235 167 110 0 0.29 0.53 0.08 27.36 0.76 0.68
Hex EB A7 6E 0 1D 35 8 1B 4C 44
Octal 353 247 156 0 35 65 10 33 114 104
Binary 11101011 10100111 1101110 0 11101 110101 1000 11011 1001100 1000100

Color Harmonies of #EBA76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA76E

Black with #EBA76E

Text Example


Text Example

White with #EBA76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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