Html Css Color HEX #EBA978 Tacao

📋 copy color: '#EBA978'

red 235 ◦ green 169 ◦ blue 120

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

Shades of Tacao #EBA978

Tints of Tacao #EBA978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.9%

R = 44.85%
G = 32.25%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBA978 (or 0xEBA978) is known color: Tacao. HEX triplet: EB, A9 and 78. RGB value is (235,169,120). Sum of RGB (Red+Green+Blue) = 235+169+120=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA978 is #145687. Grayscale: #B7B7B7. Windows color (decimal): -1332872 or 7907819. OLE color: 7907819.

HSL color Cylindrical-coordinate representation of color #EBA978: hue angle of 25.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBA978 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 169 120 -
CMYK 0 0.28 0.49 0.08
HSL 25.57º 0.74% 0.7% -
HSV(B) 25.57º 0.49% 0.92% -
XYZ 51.84 47.39 24.19 -
YUV 183.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 235 169 120 0 0.28 0.49 0.08 25.57 0.74 0.7
Hex EB A9 78 0 1C 31 8 1A 4A 46
Octal 353 251 170 0 34 61 10 32 112 106
Binary 11101011 10101001 1111000 0 11100 110001 1000 11010 1001010 1000110

Color Harmonies of #EBA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA978

Black with #EBA978

Text Example


Text Example

White with #EBA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA978; }

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

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

background-color css

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

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

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

border-color css

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

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

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