Html Css Color HEX #EBA775 Tacao

📋 copy color: '#EBA775'

red 235 ◦ green 167 ◦ blue 117

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

Shades of Tacao #EBA775

Tints of Tacao #EBA775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.18%

 BLUE value IS 117 (46.09% from 255) = 22.54%

R = 45.28%
G = 32.18%
B = 22.54%

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

#EBA775 (or 0xEBA775) is known color: Tacao. HEX triplet: EB, A7 and 75. RGB value is (235,167,117). Sum of RGB (Red+Green+Blue) = 235+167+117=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA775 is #14588A. Grayscale: #B5B5B5. Windows color (decimal): -1333387 or 7710699. OLE color: 7710699.

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

Color convert

RGB 235 167 117 -
CMYK 0 0.29 0.50 0.08
HSL 25.42º 0.75% 0.69% -
HSV(B) 25.42º 0.5% 0.92% -
XYZ 51.29 46.58 23.12 -
YUV 181.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 235 167 117 0 0.29 0.50 0.08 25.42 0.75 0.69
Hex EB A7 75 0 1D 32 8 19 4B 45
Octal 353 247 165 0 35 62 10 31 113 105
Binary 11101011 10100111 1110101 0 11101 110010 1000 11001 1001011 1000101

Color Harmonies of #EBA775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA775

Black with #EBA775

Text Example


Text Example

White with #EBA775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA775; }

 p { color: rgb(235,167,117); }

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

background-color css

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

 a { background-color: rgb(235,167,117); }

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

border-color css

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

 span { border-color: rgb(235,167,117); }

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