Html Css Color HEX #EBA56F Tacao

📋 copy color: '#EBA56F'

red 235 ◦ green 165 ◦ blue 111

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

Shades of Tacao #EBA56F

Tints of Tacao #EBA56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.72%

R = 45.99%
G = 32.29%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBA56F (or 0xEBA56F) is known color: Tacao. HEX triplet: EB, A5 and 6F. RGB value is (235,165,111). Sum of RGB (Red+Green+Blue) = 235+165+111=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA56F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA56F is #145A90. Grayscale: #B4B4B4. Windows color (decimal): -1333905 or 7316971. OLE color: 7316971.

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

Color convert

RGB 235 165 111 -
CMYK 0 0.30 0.53 0.08
HSL 26.13º 0.76% 0.68% -
HSV(B) 26.13º 0.53% 0.92% -
XYZ 50.59 45.72 21.2 -
YUV 179.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 235 165 111 0 0.30 0.53 0.08 26.13 0.76 0.68
Hex EB A5 6F 0 1E 35 8 1A 4C 44
Octal 353 245 157 0 36 65 10 32 114 104
Binary 11101011 10100101 1101111 0 11110 110101 1000 11010 1001100 1000100

Color Harmonies of #EBA56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA56F

Black with #EBA56F

Text Example


Text Example

White with #EBA56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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