Html Css Color HEX #EBA970 Tacao

📋 copy color: '#EBA970'

red 235 ◦ green 169 ◦ blue 112

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

Shades of Tacao #EBA970

Tints of Tacao #EBA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.75%

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

R = 45.54%
G = 32.75%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBA970 (or 0xEBA970) is known color: Tacao. HEX triplet: EB, A9 and 70. RGB value is (235,169,112). Sum of RGB (Red+Green+Blue) = 235+169+112=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA970 is #14568F. Grayscale: #B6B6B6. Windows color (decimal): -1332880 or 7383531. OLE color: 7383531.

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

Color convert

RGB 235 169 112 -
CMYK 0 0.28 0.52 0.08
HSL 27.8º 0.75% 0.68% -
HSV(B) 27.8º 0.52% 0.92% -
XYZ 51.37 47.21 21.73 -
YUV 182.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 235 169 112 0 0.28 0.52 0.08 27.8 0.75 0.68
Hex EB A9 70 0 1C 34 8 1C 4B 44
Octal 353 251 160 0 34 64 10 34 113 104
Binary 11101011 10101001 1110000 0 11100 110100 1000 11100 1001011 1000100

Color Harmonies of #EBA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA970

Black with #EBA970

Text Example


Text Example

White with #EBA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA970; }

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

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

background-color css

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

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

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

border-color css

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

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

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