Html Css Color HEX #EBA876 Tacao

📋 copy color: '#EBA876'

red 235 ◦ green 168 ◦ blue 118

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

Shades of Tacao #EBA876

Tints of Tacao #EBA876

RGB

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

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

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

R = 45.11%
G = 32.25%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBA876 (or 0xEBA876) is known color: Tacao. HEX triplet: EB, A8 and 76. RGB value is (235,168,118). Sum of RGB (Red+Green+Blue) = 235+168+118=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA876 is #145789. Grayscale: #B6B6B6. Windows color (decimal): -1333130 or 7776491. OLE color: 7776491.

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

Color convert

RGB 235 168 118 -
CMYK 0 0.29 0.50 0.08
HSL 25.64º 0.75% 0.69% -
HSV(B) 25.64º 0.5% 0.92% -
XYZ 51.53 46.98 23.49 -
YUV 182.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 235 168 118 0 0.29 0.50 0.08 25.64 0.75 0.69
Hex EB A8 76 0 1D 32 8 1A 4B 45
Octal 353 250 166 0 35 62 10 32 113 105
Binary 11101011 10101000 1110110 0 11101 110010 1000 11010 1001011 1000101

Color Harmonies of #EBA876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA876

Black with #EBA876

Text Example


Text Example

White with #EBA876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA876; }

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

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

background-color css

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

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

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

border-color css

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

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

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