Html Css Color HEX #EBA874 Tacao

📋 copy color: '#EBA874'

red 235 ◦ green 168 ◦ blue 116

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

Shades of Tacao #EBA874

Tints of Tacao #EBA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.37%

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

R = 45.28%
G = 32.37%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBA874 (or 0xEBA874) is known color: Tacao. HEX triplet: EB, A8 and 74. RGB value is (235,168,116). Sum of RGB (Red+Green+Blue) = 235+168+116=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA874 is #14578B. Grayscale: #B6B6B6. Windows color (decimal): -1333132 or 7645419. OLE color: 7645419.

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

Color convert

RGB 235 168 116 -
CMYK 0 0.29 0.51 0.08
HSL 26.22º 0.75% 0.69% -
HSV(B) 26.22º 0.51% 0.92% -
XYZ 51.42 46.93 22.87 -
YUV 182.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 235 168 116 0 0.29 0.51 0.08 26.22 0.75 0.69
Hex EB A8 74 0 1D 33 8 1A 4B 45
Octal 353 250 164 0 35 63 10 32 113 105
Binary 11101011 10101000 1110100 0 11101 110011 1000 11010 1001011 1000101

Color Harmonies of #EBA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA874

Black with #EBA874

Text Example


Text Example

White with #EBA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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