Html Css Color HEX #EBA875 Tacao

📋 copy color: '#EBA875'

red 235 ◦ green 168 ◦ blue 117

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

Shades of Tacao #EBA875

Tints of Tacao #EBA875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 45.19%
G = 32.31%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBA875 (or 0xEBA875) is known color: Tacao. HEX triplet: EB, A8 and 75. RGB value is (235,168,117). Sum of RGB (Red+Green+Blue) = 235+168+117=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA875 is #14578A. Grayscale: #B6B6B6. Windows color (decimal): -1333131 or 7710955. OLE color: 7710955.

HSL color Cylindrical-coordinate representation of color #EBA875: hue angle of 25.93º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBA875 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 117 -
CMYK 0 0.29 0.50 0.08
HSL 25.93º 0.75% 0.69% -
HSV(B) 25.93º 0.5% 0.92% -
XYZ 51.47 46.95 23.18 -
YUV 182.22 91.2 165.65 -
System Red Green Blue C M Y K H S L
Decimal 235 168 117 0 0.29 0.50 0.08 25.93 0.75 0.69
Hex EB A8 75 0 1D 32 8 1A 4B 45
Octal 353 250 165 0 35 62 10 32 113 105
Binary 11101011 10101000 1110101 0 11101 110010 1000 11010 1001011 1000101

Color Harmonies of #EBA875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA875

Black with #EBA875

Text Example


Text Example

White with #EBA875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA875; }

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

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

background-color css

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

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

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

border-color css

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

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

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