Html Css Color HEX #EBAC7A Tacao

📋 copy color: '#EBAC7A'

red 235 ◦ green 172 ◦ blue 122

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

Shades of Tacao #EBAC7A

Tints of Tacao #EBAC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.51%

 BLUE value IS 122 (48.05% from 255) = 23.06%

R = 44.42%
G = 32.51%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBAC7A (or 0xEBAC7A) is known color: Tacao. HEX triplet: EB, AC and 7A. RGB value is (235,172,122). Sum of RGB (Red+Green+Blue) = 235+172+122=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAC7A is #145385. Grayscale: #B9B9B9. Windows color (decimal): -1332102 or 8039659. OLE color: 8039659.

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

Color convert

RGB 235 172 122 -
CMYK 0 0.27 0.48 0.08
HSL 26.55º 0.74% 0.7% -
HSV(B) 26.55º 0.48% 0.92% -
XYZ 52.53 48.57 25.02 -
YUV 185.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 235 172 122 0 0.27 0.48 0.08 26.55 0.74 0.7
Hex EB AC 7A 0 1B 30 8 1B 4A 46
Octal 353 254 172 0 33 60 10 33 112 106
Binary 11101011 10101100 1111010 0 11011 110000 1000 11011 1001010 1000110

Color Harmonies of #EBAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC7A

Black with #EBAC7A

Text Example


Text Example

White with #EBAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC7A; }

 p { color: rgb(235,172,122); }

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

background-color css

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

 a { background-color: rgb(235,172,122); }

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

border-color css

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

 span { border-color: rgb(235,172,122); }

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