Html Css Color HEX #EBA470 Tacao

📋 copy color: '#EBA470'

red 235 ◦ green 164 ◦ blue 112

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

Shades of Tacao #EBA470

Tints of Tacao #EBA470

RGB

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

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

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

R = 45.99%
G = 32.09%
B = 21.92%

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

#EBA470 (or 0xEBA470) is known color: Tacao. HEX triplet: EB, A4 and 70. RGB value is (235,164,112). Sum of RGB (Red+Green+Blue) = 235+164+112=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA470 is #145B8F. Grayscale: #B3B3B3. Windows color (decimal): -1334160 or 7382251. OLE color: 7382251.

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

Color convert

RGB 235 164 112 -
CMYK 0 0.30 0.52 0.08
HSL 25.37º 0.75% 0.68% -
HSV(B) 25.37º 0.52% 0.92% -
XYZ 50.46 45.38 21.43 -
YUV 179.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 235 164 112 0 0.30 0.52 0.08 25.37 0.75 0.68
Hex EB A4 70 0 1E 34 8 19 4B 44
Octal 353 244 160 0 36 64 10 31 113 104
Binary 11101011 10100100 1110000 0 11110 110100 1000 11001 1001011 1000100

Color Harmonies of #EBA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA470

Black with #EBA470

Text Example


Text Example

White with #EBA470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA470; }

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

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

background-color css

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

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

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

border-color css

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

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

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