Html Css Color HEX #EBAF77 Tacao

📋 copy color: '#EBAF77'

red 235 ◦ green 175 ◦ blue 119

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

Shades of Tacao #EBAF77

Tints of Tacao #EBAF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.08%

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

R = 44.42%
G = 33.08%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBAF77 (or 0xEBAF77) is known color: Tacao. HEX triplet: EB, AF and 77. RGB value is (235,175,119). Sum of RGB (Red+Green+Blue) = 235+175+119=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF77 is #145088. Grayscale: #BABABA. Windows color (decimal): -1331337 or 7843819. OLE color: 7843819.

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

Color convert

RGB 235 175 119 -
CMYK 0 0.26 0.49 0.08
HSL 28.97º 0.74% 0.69% -
HSV(B) 28.97º 0.49% 0.92% -
XYZ 52.92 49.65 24.25 -
YUV 186.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 235 175 119 0 0.26 0.49 0.08 28.97 0.74 0.69
Hex EB AF 77 0 1A 31 8 1D 4A 45
Octal 353 257 167 0 32 61 10 35 112 105
Binary 11101011 10101111 1110111 0 11010 110001 1000 11101 1001010 1000101

Color Harmonies of #EBAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF77

Black with #EBAF77

Text Example


Text Example

White with #EBAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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