Html Css Color HEX #EBA573 Tacao

📋 copy color: '#EBA573'

red 235 ◦ green 165 ◦ blue 115

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

Shades of Tacao #EBA573

Tints of Tacao #EBA573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.04%

 BLUE value IS 115 (45.31% from 255) = 22.33%

R = 45.63%
G = 32.04%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBA573 (or 0xEBA573) is known color: Tacao. HEX triplet: EB, A5 and 73. RGB value is (235,165,115). Sum of RGB (Red+Green+Blue) = 235+165+115=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA573 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA573 is #145A8C. Grayscale: #B4B4B4. Windows color (decimal): -1333901 or 7579115. OLE color: 7579115.

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

Color convert

RGB 235 165 115 -
CMYK 0 0.30 0.51 0.08
HSL 25º 0.75% 0.69% -
HSV(B) 25º 0.51% 0.92% -
XYZ 50.81 45.81 22.38 -
YUV 180.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 235 165 115 0 0.30 0.51 0.08 25 0.75 0.69
Hex EB A5 73 0 1E 33 8 19 4B 45
Octal 353 245 163 0 36 63 10 31 113 105
Binary 11101011 10100101 1110011 0 11110 110011 1000 11001 1001011 1000101

Color Harmonies of #EBA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA573

Black with #EBA573

Text Example


Text Example

White with #EBA573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA573; }

 p { color: rgb(235,165,115); }

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

background-color css

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

 a { background-color: rgb(235,165,115); }

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

border-color css

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

 span { border-color: rgb(235,165,115); }

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