Html Css Color HEX #EBA377 Tacao

📋 copy color: '#EBA377'

red 235 ◦ green 163 ◦ blue 119

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

Shades of Tacao #EBA377

Tints of Tacao #EBA377

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.53%

 BLUE value IS 119 (46.88% from 255) = 23.02%

R = 45.45%
G = 31.53%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBA377 (or 0xEBA377) is known color: Tacao. HEX triplet: EB, A3 and 77. RGB value is (235,163,119). Sum of RGB (Red+Green+Blue) = 235+163+119=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA377 is #145C88. Grayscale: #B3B3B3. Windows color (decimal): -1334409 or 7840747. OLE color: 7840747.

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

Color convert

RGB 235 163 119 -
CMYK 0 0.31 0.49 0.08
HSL 22.76º 0.74% 0.69% -
HSV(B) 22.76º 0.49% 0.92% -
XYZ 50.69 45.19 23.5 -
YUV 179.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 235 163 119 0 0.31 0.49 0.08 22.76 0.74 0.69
Hex EB A3 77 0 1F 31 8 17 4A 45
Octal 353 243 167 0 37 61 10 27 112 105
Binary 11101011 10100011 1110111 0 11111 110001 1000 10111 1001010 1000101

Color Harmonies of #EBA377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA377

Black with #EBA377

Text Example


Text Example

White with #EBA377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA377; }

 p { color: rgb(235,163,119); }

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

background-color css

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

 a { background-color: rgb(235,163,119); }

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

border-color css

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

 span { border-color: rgb(235,163,119); }

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