Html Css Color HEX #EBA574 Tacao

📋 copy color: '#EBA574'

red 235 ◦ green 165 ◦ blue 116

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

Shades of Tacao #EBA574

Tints of Tacao #EBA574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.48%

R = 45.54%
G = 31.98%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBA574 (or 0xEBA574) is known color: Tacao. HEX triplet: EB, A5 and 74. RGB value is (235,165,116). Sum of RGB (Red+Green+Blue) = 235+165+116=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA574 is #145A8B. Grayscale: #B4B4B4. Windows color (decimal): -1333900 or 7644651. OLE color: 7644651.

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

Color convert

RGB 235 165 116 -
CMYK 0 0.30 0.51 0.08
HSL 24.71º 0.75% 0.69% -
HSV(B) 24.71º 0.51% 0.92% -
XYZ 50.87 45.83 22.69 -
YUV 180.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 235 165 116 0 0.30 0.51 0.08 24.71 0.75 0.69
Hex EB A5 74 0 1E 33 8 19 4B 45
Octal 353 245 164 0 36 63 10 31 113 105
Binary 11101011 10100101 1110100 0 11110 110011 1000 11001 1001011 1000101

Color Harmonies of #EBA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA574

Black with #EBA574

Text Example


Text Example

White with #EBA574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA574; }

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

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

background-color css

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

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

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

border-color css

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

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

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