Html Css Color HEX #EBA973 Tacao

📋 copy color: '#EBA973'

red 235 ◦ green 169 ◦ blue 115

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

Shades of Tacao #EBA973

Tints of Tacao #EBA973

RGB

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

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

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

R = 45.28%
G = 32.56%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBA973 (or 0xEBA973) is known color: Tacao. HEX triplet: EB, A9 and 73. RGB value is (235,169,115). Sum of RGB (Red+Green+Blue) = 235+169+115=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA973 is #14568C. Grayscale: #B6B6B6. Windows color (decimal): -1332877 or 7580139. OLE color: 7580139.

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

Color convert

RGB 235 169 115 -
CMYK 0 0.28 0.51 0.08
HSL 27º 0.75% 0.69% -
HSV(B) 27º 0.51% 0.92% -
XYZ 51.54 47.28 22.63 -
YUV 182.58 89.87 165.39 -
System Red Green Blue C M Y K H S L
Decimal 235 169 115 0 0.28 0.51 0.08 27 0.75 0.69
Hex EB A9 73 0 1C 33 8 1B 4B 45
Octal 353 251 163 0 34 63 10 33 113 105
Binary 11101011 10101001 1110011 0 11100 110011 1000 11011 1001011 1000101

Color Harmonies of #EBA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA973

Black with #EBA973

Text Example


Text Example

White with #EBA973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA973; }

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

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

background-color css

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

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

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

border-color css

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

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

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