Html Css Color HEX #EBA570 Tacao

📋 copy color: '#EBA570'

red 235 ◦ green 165 ◦ blue 112

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

Shades of Tacao #EBA570

Tints of Tacao #EBA570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.88%

R = 45.9%
G = 32.23%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBA570 (or 0xEBA570) is known color: Tacao. HEX triplet: EB, A5 and 70. RGB value is (235,165,112). Sum of RGB (Red+Green+Blue) = 235+165+112=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA570 is #145A8F. Grayscale: #B4B4B4. Windows color (decimal): -1333904 or 7382507. OLE color: 7382507.

HSL color Cylindrical-coordinate representation of color #EBA570: hue angle of 25.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBA570 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 165 112 -
CMYK 0 0.30 0.52 0.08
HSL 25.85º 0.75% 0.68% -
HSV(B) 25.85º 0.52% 0.92% -
XYZ 50.64 45.74 21.49 -
YUV 179.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 235 165 112 0 0.30 0.52 0.08 25.85 0.75 0.68
Hex EB A5 70 0 1E 34 8 1A 4B 44
Octal 353 245 160 0 36 64 10 32 113 104
Binary 11101011 10100101 1110000 0 11110 110100 1000 11010 1001011 1000100

Color Harmonies of #EBA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA570

Black with #EBA570

Text Example


Text Example

White with #EBA570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA570; }

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

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

background-color css

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

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

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

border-color css

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

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

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