Html Css Color HEX #EBA675 Tacao

📋 copy color: '#EBA675'

red 235 ◦ green 166 ◦ blue 117

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

Shades of Tacao #EBA675

Tints of Tacao #EBA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.05%

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

R = 45.37%
G = 32.05%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBA675 (or 0xEBA675) is known color: Tacao. HEX triplet: EB, A6 and 75. RGB value is (235,166,117). Sum of RGB (Red+Green+Blue) = 235+166+117=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA675 is #14598A. Grayscale: #B5B5B5. Windows color (decimal): -1333643 or 7710443. OLE color: 7710443.

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

Color convert

RGB 235 166 117 -
CMYK 0 0.29 0.50 0.08
HSL 24.92º 0.75% 0.69% -
HSV(B) 24.92º 0.5% 0.92% -
XYZ 51.11 46.22 23.06 -
YUV 181.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 235 166 117 0 0.29 0.50 0.08 24.92 0.75 0.69
Hex EB A6 75 0 1D 32 8 19 4B 45
Octal 353 246 165 0 35 62 10 31 113 105
Binary 11101011 10100110 1110101 0 11101 110010 1000 11001 1001011 1000101

Color Harmonies of #EBA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA675

Black with #EBA675

Text Example


Text Example

White with #EBA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA675; }

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

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

background-color css

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

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

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

border-color css

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

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

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