Html Css Color HEX #EBA475 Tacao

📋 copy color: '#EBA475'

red 235 ◦ green 164 ◦ blue 117

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

Shades of Tacao #EBA475

Tints of Tacao #EBA475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.67%

R = 45.54%
G = 31.78%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBA475 (or 0xEBA475) is known color: Tacao. HEX triplet: EB, A4 and 75. RGB value is (235,164,117). Sum of RGB (Red+Green+Blue) = 235+164+117=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA475 is #145B8A. Grayscale: #B4B4B4. Windows color (decimal): -1334155 or 7709931. OLE color: 7709931.

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

Color convert

RGB 235 164 117 -
CMYK 0 0.30 0.50 0.08
HSL 23.9º 0.75% 0.69% -
HSV(B) 23.9º 0.5% 0.92% -
XYZ 50.75 45.5 22.94 -
YUV 179.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 235 164 117 0 0.30 0.50 0.08 23.9 0.75 0.69
Hex EB A4 75 0 1E 32 8 18 4B 45
Octal 353 244 165 0 36 62 10 30 113 105
Binary 11101011 10100100 1110101 0 11110 110010 1000 11000 1001011 1000101

Color Harmonies of #EBA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA475

Black with #EBA475

Text Example


Text Example

White with #EBA475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA475; }

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

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

background-color css

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

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

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

border-color css

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

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

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