Html Css Color HEX #EBA471 Tacao

📋 copy color: '#EBA471'

red 235 ◦ green 164 ◦ blue 113

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

Shades of Tacao #EBA471

Tints of Tacao #EBA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.03%

 BLUE value IS 113 (44.53% from 255) = 22.07%

R = 45.9%
G = 32.03%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBA471 (or 0xEBA471) is known color: Tacao. HEX triplet: EB, A4 and 71. RGB value is (235,164,113). Sum of RGB (Red+Green+Blue) = 235+164+113=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA471 is #145B8E. Grayscale: #B3B3B3. Windows color (decimal): -1334159 or 7447787. OLE color: 7447787.

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

Color convert

RGB 235 164 113 -
CMYK 0 0.30 0.52 0.08
HSL 25.08º 0.75% 0.68% -
HSV(B) 25.08º 0.52% 0.92% -
XYZ 50.52 45.41 21.72 -
YUV 179.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 235 164 113 0 0.30 0.52 0.08 25.08 0.75 0.68
Hex EB A4 71 0 1E 34 8 19 4B 44
Octal 353 244 161 0 36 64 10 31 113 104
Binary 11101011 10100100 1110001 0 11110 110100 1000 11001 1001011 1000100

Color Harmonies of #EBA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA471

Black with #EBA471

Text Example


Text Example

White with #EBA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA471; }

 p { color: rgb(235,164,113); }

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

background-color css

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

 a { background-color: rgb(235,164,113); }

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

border-color css

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

 span { border-color: rgb(235,164,113); }

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