Html Css Color HEX #EBA976 Tacao

📋 copy color: '#EBA976'

red 235 ◦ green 169 ◦ blue 118

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

Shades of Tacao #EBA976

Tints of Tacao #EBA976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.61%

R = 45.02%
G = 32.38%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBA976 (or 0xEBA976) is known color: Tacao. HEX triplet: EB, A9 and 76. RGB value is (235,169,118). Sum of RGB (Red+Green+Blue) = 235+169+118=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA976 is #145689. Grayscale: #B7B7B7. Windows color (decimal): -1332874 or 7776747. OLE color: 7776747.

HSL color Cylindrical-coordinate representation of color #EBA976: hue angle of 26.15º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBA976 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 118 -
CMYK 0 0.28 0.50 0.08
HSL 26.15º 0.75% 0.69% -
HSV(B) 26.15º 0.5% 0.92% -
XYZ 51.72 47.35 23.55 -
YUV 182.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 235 169 118 0 0.28 0.50 0.08 26.15 0.75 0.69
Hex EB A9 76 0 1C 32 8 1A 4B 45
Octal 353 251 166 0 34 62 10 32 113 105
Binary 11101011 10101001 1110110 0 11100 110010 1000 11010 1001011 1000101

Color Harmonies of #EBA976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA976

Black with #EBA976

Text Example


Text Example

White with #EBA976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA976; }

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

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

background-color css

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

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

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

border-color css

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

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

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