Html Css Color HEX #EBA872 Tacao

📋 copy color: '#EBA872'

red 235 ◦ green 168 ◦ blue 114

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

Shades of Tacao #EBA872

Tints of Tacao #EBA872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.5%

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

R = 45.45%
G = 32.5%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBA872 (or 0xEBA872) is known color: Tacao. HEX triplet: EB, A8 and 72. RGB value is (235,168,114). Sum of RGB (Red+Green+Blue) = 235+168+114=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA872 is #14578D. Grayscale: #B6B6B6. Windows color (decimal): -1333134 or 7514347. OLE color: 7514347.

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

Color convert

RGB 235 168 114 -
CMYK 0 0.29 0.51 0.08
HSL 26.78º 0.75% 0.68% -
HSV(B) 26.78º 0.51% 0.92% -
XYZ 51.3 46.88 22.26 -
YUV 181.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 235 168 114 0 0.29 0.51 0.08 26.78 0.75 0.68
Hex EB A8 72 0 1D 33 8 1B 4B 44
Octal 353 250 162 0 35 63 10 33 113 104
Binary 11101011 10101000 1110010 0 11101 110011 1000 11011 1001011 1000100

Color Harmonies of #EBA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA872

Black with #EBA872

Text Example


Text Example

White with #EBA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA872; }

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

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

background-color css

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

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

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

border-color css

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

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

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