Html Css Color HEX #EBAF73 Tacao

📋 copy color: '#EBAF73'

red 235 ◦ green 175 ◦ blue 115

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

Shades of Tacao #EBAF73

Tints of Tacao #EBAF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.9%

R = 44.76%
G = 33.33%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBAF73 (or 0xEBAF73) is known color: Tacao. HEX triplet: EB, AF and 73. RGB value is (235,175,115). Sum of RGB (Red+Green+Blue) = 235+175+115=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF73 is #14508C. Grayscale: #BABABA. Windows color (decimal): -1331341 or 7581675. OLE color: 7581675.

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

Color convert

RGB 235 175 115 -
CMYK 0 0.26 0.51 0.08
HSL 30º 0.75% 0.69% -
HSV(B) 30º 0.51% 0.92% -
XYZ 52.69 49.56 23.01 -
YUV 186.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 235 175 115 0 0.26 0.51 0.08 30 0.75 0.69
Hex EB AF 73 0 1A 33 8 1E 4B 45
Octal 353 257 163 0 32 63 10 36 113 105
Binary 11101011 10101111 1110011 0 11010 110011 1000 11110 1001011 1000101

Color Harmonies of #EBAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF73

Black with #EBAF73

Text Example


Text Example

White with #EBAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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