Html Css Color HEX #ECA874 Tacao

📋 copy color: '#ECA874'

red 236 ◦ green 168 ◦ blue 116

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

Shades of Tacao #ECA874

Tints of Tacao #ECA874

RGB

 RED value IS 236 (92.58% from 255) = 45.38%

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

 BLUE value IS 116 (45.7% from 255) = 22.31%

R = 45.38%
G = 32.31%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECA874 (or 0xECA874) is known color: Tacao. HEX triplet: EC, A8 and 74. RGB value is (236,168,116). Sum of RGB (Red+Green+Blue) = 236+168+116=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA874 is #13578B. Grayscale: #B6B6B6. Windows color (decimal): -1267596 or 7645420. OLE color: 7645420.

HSL color Cylindrical-coordinate representation of color #ECA874: hue angle of 26º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECA874 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 168 116 -
CMYK 0 0.29 0.51 0.07
HSL 26º 0.76% 0.69% -
HSV(B) 26º 0.51% 0.93% -
XYZ 51.75 47.1 22.89 -
YUV 182.4 90.53 166.23 -
System Red Green Blue C M Y K H S L
Decimal 236 168 116 0 0.29 0.51 0.07 26 0.76 0.69
Hex EC A8 74 0 1D 33 7 1A 4C 45
Octal 354 250 164 0 35 63 7 32 114 105
Binary 11101100 10101000 1110100 0 11101 110011 111 11010 1001100 1000101

Color Harmonies of #ECA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA874

Black with #ECA874

Text Example


Text Example

White with #ECA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA874; }

 p { color: rgb(236,168,116); }

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

background-color css

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

 a { background-color: rgb(236,168,116); }

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

border-color css

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

 span { border-color: rgb(236,168,116); }

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