Html Css Color HEX #EBA477 Tacao

📋 copy color: '#EBA477'

red 235 ◦ green 164 ◦ blue 119

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

Shades of Tacao #EBA477

Tints of Tacao #EBA477

RGB

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

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

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

R = 45.37%
G = 31.66%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBA477 (or 0xEBA477) is known color: Tacao. HEX triplet: EB, A4 and 77. RGB value is (235,164,119). Sum of RGB (Red+Green+Blue) = 235+164+119=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA477 is #145B88. Grayscale: #B4B4B4. Windows color (decimal): -1334153 or 7841003. OLE color: 7841003.

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

Color convert

RGB 235 164 119 -
CMYK 0 0.30 0.49 0.08
HSL 23.28º 0.74% 0.69% -
HSV(B) 23.28º 0.49% 0.92% -
XYZ 50.87 45.55 23.56 -
YUV 180.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 235 164 119 0 0.30 0.49 0.08 23.28 0.74 0.69
Hex EB A4 77 0 1E 31 8 17 4A 45
Octal 353 244 167 0 36 61 10 27 112 105
Binary 11101011 10100100 1110111 0 11110 110001 1000 10111 1001010 1000101

Color Harmonies of #EBA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA477

Black with #EBA477

Text Example


Text Example

White with #EBA477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA477; }

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

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

background-color css

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

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

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

border-color css

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

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

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