Html Css Color HEX #EBA96F Tacao

📋 copy color: '#EBA96F'

red 235 ◦ green 169 ◦ blue 111

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

Shades of Tacao #EBA96F

Tints of Tacao #EBA96F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.82%

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

R = 45.63%
G = 32.82%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBA96F (or 0xEBA96F) is known color: Tacao. HEX triplet: EB, A9 and 6F. RGB value is (235,169,111). Sum of RGB (Red+Green+Blue) = 235+169+111=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA96F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA96F is #145690. Grayscale: #B6B6B6. Windows color (decimal): -1332881 or 7317995. OLE color: 7317995.

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

Color convert

RGB 235 169 111 -
CMYK 0 0.28 0.53 0.08
HSL 28.06º 0.76% 0.68% -
HSV(B) 28.06º 0.53% 0.92% -
XYZ 51.32 47.19 21.44 -
YUV 182.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 235 169 111 0 0.28 0.53 0.08 28.06 0.76 0.68
Hex EB A9 6F 0 1C 35 8 1C 4C 44
Octal 353 251 157 0 34 65 10 34 114 104
Binary 11101011 10101001 1101111 0 11100 110101 1000 11100 1001100 1000100

Color Harmonies of #EBA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA96F

Black with #EBA96F

Text Example


Text Example

White with #EBA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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