Html Css Color HEX #EBA376 Tacao

📋 copy color: '#EBA376'

red 235 ◦ green 163 ◦ blue 118

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

Shades of Tacao #EBA376

Tints of Tacao #EBA376

RGB

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

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

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

R = 45.54%
G = 31.59%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBA376 (or 0xEBA376) is known color: Tacao. HEX triplet: EB, A3 and 76. RGB value is (235,163,118). Sum of RGB (Red+Green+Blue) = 235+163+118=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA376 is #145C89. Grayscale: #B3B3B3. Windows color (decimal): -1334410 or 7775211. OLE color: 7775211.

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

Color convert

RGB 235 163 118 -
CMYK 0 0.31 0.50 0.08
HSL 23.08º 0.75% 0.69% -
HSV(B) 23.08º 0.5% 0.92% -
XYZ 50.63 45.16 23.19 -
YUV 179.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 235 163 118 0 0.31 0.50 0.08 23.08 0.75 0.69
Hex EB A3 76 0 1F 32 8 17 4B 45
Octal 353 243 166 0 37 62 10 27 113 105
Binary 11101011 10100011 1110110 0 11111 110010 1000 10111 1001011 1000101

Color Harmonies of #EBA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA376

Black with #EBA376

Text Example


Text Example

White with #EBA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA376; }

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

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

background-color css

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

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

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

border-color css

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

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

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