Html Css Color HEX #EBA575 Tacao

📋 copy color: '#EBA575'

red 235 ◦ green 165 ◦ blue 117

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

Shades of Tacao #EBA575

Tints of Tacao #EBA575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.91%

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

R = 45.45%
G = 31.91%
B = 22.63%

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

#EBA575 (or 0xEBA575) is known color: Tacao. HEX triplet: EB, A5 and 75. RGB value is (235,165,117). Sum of RGB (Red+Green+Blue) = 235+165+117=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA575 is #145A8A. Grayscale: #B4B4B4. Windows color (decimal): -1333899 or 7710187. OLE color: 7710187.

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

Color convert

RGB 235 165 117 -
CMYK 0 0.30 0.50 0.08
HSL 24.41º 0.75% 0.69% -
HSV(B) 24.41º 0.5% 0.92% -
XYZ 50.93 45.86 23 -
YUV 180.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 235 165 117 0 0.30 0.50 0.08 24.41 0.75 0.69
Hex EB A5 75 0 1E 32 8 18 4B 45
Octal 353 245 165 0 36 62 10 30 113 105
Binary 11101011 10100101 1110101 0 11110 110010 1000 11000 1001011 1000101

Color Harmonies of #EBA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA575

Black with #EBA575

Text Example


Text Example

White with #EBA575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA575; }

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

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

background-color css

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

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

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

border-color css

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

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

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