Html Css Color HEX #EBA474 Tacao

📋 copy color: '#EBA474'

red 235 ◦ green 164 ◦ blue 116

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

Shades of Tacao #EBA474

Tints of Tacao #EBA474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.52%

R = 45.63%
G = 31.84%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBA474 (or 0xEBA474) is known color: Tacao. HEX triplet: EB, A4 and 74. RGB value is (235,164,116). Sum of RGB (Red+Green+Blue) = 235+164+116=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA474 is #145B8B. Grayscale: #B4B4B4. Windows color (decimal): -1334156 or 7644395. OLE color: 7644395.

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

Color convert

RGB 235 164 116 -
CMYK 0 0.30 0.51 0.08
HSL 24.2º 0.75% 0.69% -
HSV(B) 24.2º 0.51% 0.92% -
XYZ 50.69 45.47 22.63 -
YUV 179.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 235 164 116 0 0.30 0.51 0.08 24.2 0.75 0.69
Hex EB A4 74 0 1E 33 8 18 4B 45
Octal 353 244 164 0 36 63 10 30 113 105
Binary 11101011 10100100 1110100 0 11110 110011 1000 11000 1001011 1000101

Color Harmonies of #EBA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA474

Black with #EBA474

Text Example


Text Example

White with #EBA474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA474; }

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

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

background-color css

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

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

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

border-color css

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

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

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