Html Css Color HEX #EBA977 Tacao

📋 copy color: '#EBA977'

red 235 ◦ green 169 ◦ blue 119

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

Shades of Tacao #EBA977

Tints of Tacao #EBA977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.75%

R = 44.93%
G = 32.31%
B = 22.75%

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

#EBA977 (or 0xEBA977) is known color: Tacao. HEX triplet: EB, A9 and 77. RGB value is (235,169,119). Sum of RGB (Red+Green+Blue) = 235+169+119=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA977 is #145688. Grayscale: #B7B7B7. Windows color (decimal): -1332873 or 7842283. OLE color: 7842283.

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

Color convert

RGB 235 169 119 -
CMYK 0 0.28 0.49 0.08
HSL 25.86º 0.74% 0.69% -
HSV(B) 25.86º 0.49% 0.92% -
XYZ 51.78 47.37 23.87 -
YUV 183.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 235 169 119 0 0.28 0.49 0.08 25.86 0.74 0.69
Hex EB A9 77 0 1C 31 8 1A 4A 45
Octal 353 251 167 0 34 61 10 32 112 105
Binary 11101011 10101001 1110111 0 11100 110001 1000 11010 1001010 1000101

Color Harmonies of #EBA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA977

Black with #EBA977

Text Example


Text Example

White with #EBA977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA977; }

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

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

background-color css

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

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

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

border-color css

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

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

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