Html Css Color HEX #EBA96E Tacao

📋 copy color: '#EBA96E'

red 235 ◦ green 169 ◦ blue 110

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

Shades of Tacao #EBA96E

Tints of Tacao #EBA96E

RGB

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

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

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

R = 45.72%
G = 32.88%
B = 21.4%

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

#EBA96E (or 0xEBA96E) is known color: Tacao. HEX triplet: EB, A9 and 6E. RGB value is (235,169,110). Sum of RGB (Red+Green+Blue) = 235+169+110=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA96E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA96E is #145691. Grayscale: #B6B6B6. Windows color (decimal): -1332882 or 7252459. OLE color: 7252459.

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

Color convert

RGB 235 169 110 -
CMYK 0 0.28 0.53 0.08
HSL 28.32º 0.76% 0.68% -
HSV(B) 28.32º 0.53% 0.92% -
XYZ 51.26 47.16 21.15 -
YUV 182.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 235 169 110 0 0.28 0.53 0.08 28.32 0.76 0.68
Hex EB A9 6E 0 1C 35 8 1C 4C 44
Octal 353 251 156 0 34 65 10 34 114 104
Binary 11101011 10101001 1101110 0 11100 110101 1000 11100 1001100 1000100

Color Harmonies of #EBA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA96E

Black with #EBA96E

Text Example


Text Example

White with #EBA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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