Html Css Color HEX #EBAC70 Tacao

📋 copy color: '#EBAC70'

red 235 ◦ green 172 ◦ blue 112

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

Shades of Tacao #EBAC70

Tints of Tacao #EBAC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.58%

R = 45.28%
G = 33.14%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBAC70 (or 0xEBAC70) is known color: Tacao. HEX triplet: EB, AC and 70. RGB value is (235,172,112). Sum of RGB (Red+Green+Blue) = 235+172+112=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAC70 is #14538F. Grayscale: #B8B8B8. Windows color (decimal): -1332112 or 7384299. OLE color: 7384299.

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

Color convert

RGB 235 172 112 -
CMYK 0 0.27 0.52 0.08
HSL 29.27º 0.75% 0.68% -
HSV(B) 29.27º 0.52% 0.92% -
XYZ 51.94 48.34 21.92 -
YUV 184 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 235 172 112 0 0.27 0.52 0.08 29.27 0.75 0.68
Hex EB AC 70 0 1B 34 8 1D 4B 44
Octal 353 254 160 0 33 64 10 35 113 104
Binary 11101011 10101100 1110000 0 11011 110100 1000 11101 1001011 1000100

Color Harmonies of #EBAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC70

Black with #EBAC70

Text Example


Text Example

White with #EBAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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