Html Css Color HEX #EBA472 Tacao

📋 copy color: '#EBA472'

red 235 ◦ green 164 ◦ blue 114

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

Shades of Tacao #EBA472

Tints of Tacao #EBA472

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.97%

 BLUE value IS 114 (44.92% from 255) = 22.22%

R = 45.81%
G = 31.97%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBA472 (or 0xEBA472) is known color: Tacao. HEX triplet: EB, A4 and 72. RGB value is (235,164,114). Sum of RGB (Red+Green+Blue) = 235+164+114=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA472 is #145B8D. Grayscale: #B3B3B3. Windows color (decimal): -1334158 or 7513323. OLE color: 7513323.

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

Color convert

RGB 235 164 114 -
CMYK 0 0.30 0.51 0.08
HSL 24.79º 0.75% 0.68% -
HSV(B) 24.79º 0.51% 0.92% -
XYZ 50.57 45.43 22.02 -
YUV 179.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 235 164 114 0 0.30 0.51 0.08 24.79 0.75 0.68
Hex EB A4 72 0 1E 33 8 19 4B 44
Octal 353 244 162 0 36 63 10 31 113 104
Binary 11101011 10100100 1110010 0 11110 110011 1000 11001 1001011 1000100

Color Harmonies of #EBA472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA472

Black with #EBA472

Text Example


Text Example

White with #EBA472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA472; }

 p { color: rgb(235,164,114); }

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

background-color css

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

 a { background-color: rgb(235,164,114); }

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

border-color css

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

 span { border-color: rgb(235,164,114); }

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