Html Css Color HEX #EBA370 Tacao

📋 copy color: '#EBA370'

red 235 ◦ green 163 ◦ blue 112

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

Shades of Tacao #EBA370

Tints of Tacao #EBA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.96%

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

R = 46.08%
G = 31.96%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBA370 (or 0xEBA370) is known color: Tacao. HEX triplet: EB, A3 and 70. RGB value is (235,163,112). Sum of RGB (Red+Green+Blue) = 235+163+112=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA370 is #145C8F. Grayscale: #B2B2B2. Windows color (decimal): -1334416 or 7381995. OLE color: 7381995.

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

Color convert

RGB 235 163 112 -
CMYK 0 0.31 0.52 0.08
HSL 24.88º 0.75% 0.68% -
HSV(B) 24.88º 0.52% 0.92% -
XYZ 50.28 45.03 21.37 -
YUV 178.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 235 163 112 0 0.31 0.52 0.08 24.88 0.75 0.68
Hex EB A3 70 0 1F 34 8 19 4B 44
Octal 353 243 160 0 37 64 10 31 113 104
Binary 11101011 10100011 1110000 0 11111 110100 1000 11001 1001011 1000100

Color Harmonies of #EBA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA370

Black with #EBA370

Text Example


Text Example

White with #EBA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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