Html Css Color HEX #EBA86E Tacao

📋 copy color: '#EBA86E'

red 235 ◦ green 168 ◦ blue 110

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

Shades of Tacao #EBA86E

Tints of Tacao #EBA86E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.75%

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

R = 45.81%
G = 32.75%
B = 21.44%

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

#EBA86E (or 0xEBA86E) is known color: Tacao. HEX triplet: EB, A8 and 6E. RGB value is (235,168,110). Sum of RGB (Red+Green+Blue) = 235+168+110=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA86E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA86E is #145791. Grayscale: #B5B5B5. Windows color (decimal): -1333138 or 7252203. OLE color: 7252203.

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

Color convert

RGB 235 168 110 -
CMYK 0 0.29 0.53 0.08
HSL 27.84º 0.76% 0.68% -
HSV(B) 27.84º 0.53% 0.92% -
XYZ 51.08 46.79 21.09 -
YUV 181.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 235 168 110 0 0.29 0.53 0.08 27.84 0.76 0.68
Hex EB A8 6E 0 1D 35 8 1C 4C 44
Octal 353 250 156 0 35 65 10 34 114 104
Binary 11101011 10101000 1101110 0 11101 110101 1000 11100 1001100 1000100

Color Harmonies of #EBA86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA86E

Black with #EBA86E

Text Example


Text Example

White with #EBA86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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